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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp625 const bool IsPedantic = I->first == "pedantic"; local
628 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) {
633 if (IsPedantic) {
641 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
650 if (IsPedantic) {
683 const bool IsPedantic = I->first == "pedantic"; local
687 (IsPedantic && !DiagsInPedantic.empty());
695 (IsPedantic && !GroupsInPedantic.empty());

Completed in 1488 milliseconds