Home
last modified time | relevance | path

Searched refs:InferPedantic (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp293 class InferPedantic { class
304 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() function in __anona4b498870411::InferPedantic
338 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
354 bool InferPedantic::isExtension(const Record *Diag) { in isExtension()
359 bool InferPedantic::isOffByDefault(const Record *Diag) { in isOffByDefault()
365 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
382 void InferPedantic::markGroup(const Record *Group) { in markGroup()
394 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute()
510 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagsDefs()
841 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagGroups()