Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h174 bool SuppressAllDiagnostics; // Suppress all diagnostics. variable
455 SuppressAllDiagnostics = Val;
457 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDDiagnosticIDs.cpp591 if (Diag.SuppressAllDiagnostics) in ProcessDiag()
HDDiagnostic.cpp54 SuppressAllDiagnostics = false; in DiagnosticsEngine()