Home
last modified time | relevance | path

Searched refs:SuppressAllDiagnostics (Results 1 – 5 of 5) 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/llvm-project/clang/include/clang/Basic/
DDiagnostic.h262 bool SuppressAllDiagnostics = false; variable
683 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics()
684 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp622 if (Diag.SuppressAllDiagnostics) in ProcessDiag()
DDiagnostic.cpp73 SuppressAllDiagnostics = false; in DiagnosticsEngine()
/external/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp737 if (Diag.SuppressAllDiagnostics) in ProcessDiag()