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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp196 void compute(VecOrSet DiagsInPedantic,
274 void InferPedantic::compute(VecOrSet DiagsInPedantic, argument
308 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
311 DiagsInPedantic.get<RecordSet*>()->insert(R);
384 RecordSet DiagsInPedantic; local
386 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
421 } else if (DiagsInPedantic.count(&R)) {
495 RecordVec DiagsInPedantic; local
498 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);
510 if (!V.empty() || (IsPedantic && !DiagsInPedantic
[all...]

Completed in 19 milliseconds