Searched refs:SuppressSystemWarnings (Results 1 – 3 of 3) sorted by relevance
154 bool SuppressSystemWarnings; // Suppress warnings in system headers. variable385 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; } in setSuppressSystemWarnings()386 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; } in getSuppressSystemWarnings()
540 Diag.SuppressSystemWarnings && in getDiagnosticLevel()
47 SuppressSystemWarnings = false; in Diagnostic()