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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp315 void compute(VecOrSet DiagsInPedantic,
393 void InferPedantic::compute(VecOrSet DiagsInPedantic, argument
427 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
430 DiagsInPedantic.get<RecordSet*>()->insert(R);
503 RecordSet DiagsInPedantic; local
505 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
540 } else if (DiagsInPedantic.count(&R)) {
601 RecordVec DiagsInPedantic; local
604 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);
618 if (!V.empty() || (IsPedantic && !DiagsInPedantic
[all...]

Completed in 52 milliseconds