Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnostic.h692 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics() function
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DFrontendActions.cpp1121 CI.getDiagnostics().setSuppressAllDiagnostics(true); in ExecuteAction()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h1965 getDiagnostics().setSuppressAllDiagnostics(true); in setCodeCompletionReached()