Lines Matching defs:group
1448 repr = "native XML corpus group file type";
2597 /// the corpora @p group.
2599 /// @param the group @ref corpus_group to be built.
2630 corpus_group_sptr& group,
2655 group.reset(new corpus_group(env, root));
2657 rdr->corpus_group(group);
2663 // Read the vmlinux corpus and add it to the group.
2665 rdr->read_and_add_corpus_to_group(*group, status);
2673 if (group->is_empty())
2676 // Now add the corpora of the modules to the corpus group.
2697 rdr->corpus_group(group);
2700 rdr->read_and_add_corpus_to_group(*group, status);
2759 corpus_group_sptr group;
2792 load_vmlinux_corpus(reader, group, vmlinux,
2798 return group;