Searched refs:SuppressAllDiagnostics (Results 1 – 2 of 2) sorted by relevance
263 bool SuppressAllDiagnostics = false; variable692 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics()693 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
771 if (Diag.SuppressAllDiagnostics) in ProcessDiag()