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.cpp276 VecOrSet GroupsInPedantic);
357 VecOrSet GroupsInPedantic) { in compute() argument
397 if (!GroupsInPedantic) in compute()
418 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>()) in compute()
421 GroupsInPedantic.get<RecordSet*>()->insert(Group); in compute()
1553 RecordVec &GroupsInPedantic, raw_ostream &OS) { in emitDiagSubGroups() argument
1560 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()
1570 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()
1658 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument
1663 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()
[all …]