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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp316 void compute(VecOrSet DiagsInPedantic,
395 void InferPedantic::compute(VecOrSet DiagsInPedantic, argument
429 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
432 DiagsInPedantic.get<RecordSet*>()->insert(R);
510 RecordSet DiagsInPedantic; local
512 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)nullptr);
556 } else if (DiagsInPedantic.count(&R)) {
665 RecordVec &DiagsInPedantic, raw_ostream &OS) {
672 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) {
678 for (auto const &Diag : DiagsInPedantic)
664 emitDiagArrays(std::map<std::string, GroupInfo> &DiagsInGroup, RecordVec &DiagsInPedantic, raw_ostream &OS) argument
716 emitAllDiagArrays(std::map<std::string, GroupInfo> &DiagsInGroup, RecordVec &DiagsInPedantic, RecordVec &GroupsInPedantic, StringToOffsetTable &GroupNames, raw_ostream &OS) argument
743 emitDiagTable(std::map<std::string, GroupInfo> &DiagsInGroup, RecordVec &DiagsInPedantic, RecordVec &GroupsInPedantic, StringToOffsetTable &GroupNames, raw_ostream &OS) argument
840 RecordVec DiagsInPedantic; local
[all...]

Completed in 311 milliseconds