Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h697 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp1188 CI.getDiagnostics().setSuppressAllDiagnostics(true); in ExecuteAction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1990 getDiagnostics().setSuppressAllDiagnostics(true); in setCodeCompletionReached()