Searched refs:InferPedantic (Results 1 – 1 of 1) sorted by relevance
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 294 class InferPedantic { class 305 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() function in __anon0cdd291e0311::InferPedantic 339 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup() 355 bool InferPedantic::isExtension(const Record *Diag) { in isExtension() 360 bool InferPedantic::isOffByDefault(const Record *Diag) { in isOffByDefault() 366 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic() 383 void InferPedantic::markGroup(const Record *Group) { in markGroup() 395 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute() 511 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagsDefs() 842 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagGroups()
|