Searched refs:SuppressSystemWarnings (Results 1 – 3 of 3) sorted by relevance
176 bool SuppressSystemWarnings; // Suppress warnings in system headers. variable459 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; } in setSuppressSystemWarnings()460 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; } in getSuppressSystemWarnings()
472 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
71 SuppressSystemWarnings = false; in DiagnosticsEngine()