Lines Matching refs:Groups
32 std::vector<DocumentedGroup> Groups;
43 // Build the tree of groups. The root in the tree is the fake option group
44 // (Record*)nullptr, which contains all top-level groups and options.
120 auto &Groups = GroupsInGroup[R];
121 llvm::sort(Groups, CompareByLocation);
122 for (Record *G : Groups) {
123 D.Groups.emplace_back();
124 D.Groups.back().Group = G;
125 Documentation &Base = D.Groups.back();
206 assert(Depth < 8 && "groups nested too deeply");
367 // Emit contained options and groups.
375 for (auto &G : Doc.Groups)