Searched refs:SuppressAllDiagnostics (Results 1 – 3 of 3) sorted by relevance
174 bool SuppressAllDiagnostics; // Suppress all diagnostics. variable455 SuppressAllDiagnostics = Val; 457 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
591 if (Diag.SuppressAllDiagnostics) in ProcessDiag()
54 SuppressAllDiagnostics = false; in DiagnosticsEngine()