Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h693 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15764 getDiagnostics().getSuppressAllDiagnostics()) { in ActOnFinishFunctionBody()