Searched refs:GroupsInPedantic (Results 1 – 1 of 1) sorted by relevance
317 VecOrSet GroupsInPedantic);396 VecOrSet GroupsInPedantic) { in compute() argument436 if (!GroupsInPedantic) in compute()460 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>()) in compute()463 GroupsInPedantic.get<RecordSet*>()->insert(Group); in compute()614 RecordVec &GroupsInPedantic, raw_ostream &OS) { in emitDiagSubGroups() argument621 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()631 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()718 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument723 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()[all …]