Lines Matching defs:GroupsInPedantic
276 VecOrSet GroupsInPedantic);
357 VecOrSet GroupsInPedantic) {
397 if (!GroupsInPedantic)
418 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>())
421 GroupsInPedantic.get<RecordSet*>()->insert(Group);
1553 RecordVec &GroupsInPedantic, raw_ostream &OS) {
1560 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
1570 for (auto const &Group : GroupsInPedantic) {
1658 RecordVec &GroupsInPedantic,
1663 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS);
1685 RecordVec &GroupsInPedantic,
1730 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty());
1735 SubGroupIndex += GroupsInPedantic.size();
1790 RecordVec GroupsInPedantic;
1792 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);
1804 emitAllDiagArrays(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,
1806 emitDiagTable(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,
1954 RecordVec GroupsInPedantic(GroupsInPedanticSet.begin(),
1957 llvm::sort(GroupsInPedantic, beforeThanCompare);
1961 for (auto *Group : GroupsInPedantic)