Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp294 bool groupInPedantic(const Record *Group, bool increment = false);
326 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic() function in InferPedantic
349 if (groupInPedantic(Group, /* increment */ true)) { in markGroup()
385 if (groupInPedantic(Group->getDef())) in compute()
405 if (!groupInPedantic(Group)) in compute()
410 llvm::all_of(Parents, [&](Record *R) { return groupInPedantic(R); }); in compute()