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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp215 bool groupInPedantic(const Record *Group, bool increment = false);
245 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { function in class:InferPedantic
267 if (groupInPedantic(Group, /* increment */ true)) {
303 if (groupInPedantic(Group->getDef()))
323 if (!groupInPedantic(Group))
329 if (groupInPedantic(Parents[j]))

Completed in 52 milliseconds