Searched refs:SuppressAllDiagnostics (Results 1 – 3 of 3) sorted by relevance
178 bool SuppressAllDiagnostics; // Suppress all diagnostics. variable473 SuppressAllDiagnostics = Val; 475 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
622 if (Diag.SuppressAllDiagnostics) in ProcessDiag()
73 SuppressAllDiagnostics = false; in DiagnosticsEngine()