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

/external/clang/include/clang/Basic/
H A DDiagnostic.h175 bool SuppressSystemWarnings; // Suppress warnings in system headers. member in class:clang::DiagnosticsEngine
462 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
463 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp475 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() &&
H A DDiagnostic.cpp51 SuppressSystemWarnings = false;

Completed in 106 milliseconds