Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h263 bool SuppressAllDiagnostics = false; variable
692 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics()
693 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp771 if (Diag.SuppressAllDiagnostics) in ProcessDiag()