Searched refs:InferPedantic (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 252 class InferPedantic { class 264 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() function in __anonded1697c0311::InferPedantic 298 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup() 314 bool InferPedantic::isExtension(const Record *Diag) { in isExtension() 320 bool InferPedantic::isOffByDefault(const Record *Diag) { in isOffByDefault() 326 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic() 344 void InferPedantic::markGroup(const Record *Group) { in markGroup() 356 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute() 1437 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagsDefs() 1791 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagGroups() [all …]
|