Searched refs:GroupsInPedantic (Results 1 – 1 of 1) sorted by relevance
261 VecOrSet GroupsInPedantic);332 VecOrSet GroupsInPedantic) { in compute() argument369 if (!GroupsInPedantic) in compute()390 if (auto *V = dyn_cast<RecordVec *>(GroupsInPedantic)) in compute()393 cast<RecordSet *>(GroupsInPedantic)->insert(Group); in compute()1816 RecordVec &GroupsInPedantic, raw_ostream &OS) { in emitDiagSubGroups() argument1822 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()1831 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()1909 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument1914 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()[all …]