Home
last modified time | relevance | path

Searched refs:GroupsInPedantic (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp261 VecOrSet GroupsInPedantic);
332 VecOrSet GroupsInPedantic) { in compute() argument
369 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() argument
1822 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()
1831 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()
1909 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument
1914 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()
[all …]