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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp333 bool groupInPedantic(const Record *Group, bool increment = false);
363 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { function in class:InferPedantic
385 if (groupInPedantic(Group, /* increment */ true)) {
421 if (groupInPedantic(Group->getDef()))
441 if (!groupInPedantic(Group))
447 if (groupInPedantic(Parents[j]))

Completed in 88 milliseconds