Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp240 class InferPedantic { class
251 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() function in __anonded1697c0311::InferPedantic
282 bool InferPedantic::isSubGroupOfGroup(const Record *Group, StringRef GName) { in isSubGroupOfGroup()
295 bool InferPedantic::isExtension(const Record *Diag) { in isExtension()
299 bool InferPedantic::isOffByDefault(const Record *Diag) { in isOffByDefault()
304 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
321 void InferPedantic::markGroup(const Record *Group) { in markGroup()
331 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute()
1705 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagsDefs()
2040 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup); in EmitClangDiagGroups()
[all …]