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