Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h697 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1152 CI.getDiagnostics().setSuppressAllDiagnostics(true); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1965 getDiagnostics().setSuppressAllDiagnostics(true); in setCodeCompletionReached()