Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h698 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16149 getDiagnostics().getSuppressAllDiagnostics()) { in ActOnFinishFunctionBody()