Lines Matching refs:SubGroups
49 std::vector<Record*> SubGroups = in DiagGroupParentMap() local
51 for (unsigned j = 0, e = SubGroups.size(); j != e; ++j) in DiagGroupParentMap()
52 Mapping[SubGroups[j]].push_back(DiagGroups[i]); in DiagGroupParentMap()
133 std::vector<std::string> SubGroups; member
198 std::vector<Record*> SubGroups = Group->getValueAsListOfDefs("SubGroups"); in groupDiagnostics() local
199 for (unsigned j = 0, e = SubGroups.size(); j != e; ++j) in groupDiagnostics()
200 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName")); in groupDiagnostics()
370 V.second = GI.SubGroups.size() + GI.DiagsInGroup.size(); in groupInPedantic()
619 const std::vector<std::string> &SubGroups = I.second.SubGroups; in emitDiagSubGroups() local
620 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()
622 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups()
785 const std::vector<std::string> &SubGroups = I.second.SubGroups; in emitDiagTable() local
787 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()
792 SubGroupIndex += SubGroups.size() + 1; in emitDiagTable()