Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp316 VecOrSet GroupsInPedantic);
395 VecOrSet GroupsInPedantic) { in compute() argument
435 if (!GroupsInPedantic) in compute()
459 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>()) in compute()
462 GroupsInPedantic.get<RecordSet*>()->insert(Group); in compute()
613 RecordVec &GroupsInPedantic, raw_ostream &OS) { in emitDiagSubGroups() argument
620 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()
630 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()
717 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument
722 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()
[all …]