Home
last modified time | relevance | path

Searched refs:SuppressAllDiagnostics (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnostic.h178 bool SuppressAllDiagnostics; // Suppress all diagnostics. variable
473 SuppressAllDiagnostics = Val;
475 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp622 if (Diag.SuppressAllDiagnostics) in ProcessDiag()
DDiagnostic.cpp73 SuppressAllDiagnostics = false; in DiagnosticsEngine()