Searched refs:AllGroups (Results 1 – 1 of 1) sorted by relevance
88 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showGroup() local95 const GroupRecord *Found = llvm::lower_bound(AllGroups, RootGroup); in showGroup()96 if (Found == AllGroups.end() || Found->getName() != RootGroup) { in showGroup()107 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showAll() local110 for (const GroupRecord &GR : AllGroups) { in showAll()117 assert(NonRootGroupIDs.size() < AllGroups.size()); in showAll()119 for (unsigned i = 0, e = AllGroups.size(); i != e; ++i) { in showAll()121 printGroup(AllGroups[i]); in showAll()