Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h177 bool SuppressSystemWarnings; // Suppress warnings in system headers. variable
466 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; } in setSuppressSystemWarnings()
467 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; } in getSuppressSystemWarnings()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp478 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
DDiagnostic.cpp72 SuppressSystemWarnings = false; in DiagnosticsEngine()