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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp615 const bool IsPedantic = I->first == "pedantic"; local
618 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) {
623 if (IsPedantic) {
636 const bool IsPedantic = I->first == "pedantic"; local
639 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
648 if (IsPedantic) {
696 const bool IsPedantic = I->first == "pedantic"; local
701 (IsPedantic && !DiagsInPedantic.empty());
705 if (IsPedantic)
715 (IsPedantic
[all...]

Completed in 39 milliseconds