Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp317 VecOrSet GroupsInPedantic);
396 VecOrSet GroupsInPedantic) { in compute() argument
436 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() argument
621 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()
631 for (auto const &Group : GroupsInPedantic) { in emitDiagSubGroups()
718 RecordVec &GroupsInPedantic, in emitAllDiagArrays() argument
723 emitDiagSubGroups(DiagsInGroup, GroupsInPedantic, OS); in emitAllDiagArrays()
[all …]