Searched defs:GroupsInPedantic (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp197 VecOrSet GroupsInPedantic);
275 VecOrSet GroupsInPedantic) {
315 if (!GroupsInPedantic)
339 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>())
342 GroupsInPedantic.get<RecordSet*>()->insert(Group);
496 RecordVec GroupsInPedantic; local
498 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);
523 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
533 for (unsigned i = 0, e = GroupsInPedantic.size(); i != e; ++i) {
535 GroupsInPedantic[
274 compute(VecOrSet DiagsInPedantic, VecOrSet GroupsInPedantic) argument
[all...]

Completed in 87 milliseconds