Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DDiagnosticTest.cpp24 Diags.setSuppressAllDiagnostics(true); in TEST()
/external/llvm-project/clang/unittests/Basic/
DDiagnosticTest.cpp24 Diags.setSuppressAllDiagnostics(true); in TEST()
/external/clang/lib/Sema/
DSema.cpp1350 getDiagnostics().setSuppressAllDiagnostics(true); in tryExprAsCall()
1353 getDiagnostics().setSuppressAllDiagnostics(Suppress); in tryExprAsCall()
DSemaOpenMP.cpp4492 SemaRef.getDiagnostics().setSuppressAllDiagnostics(/*Val=*/true); in BuildPreCond()
4510 SemaRef.getDiagnostics().setSuppressAllDiagnostics(Suppress); in BuildPreCond()
4821 SemaRef.getDiagnostics().setSuppressAllDiagnostics(/*Val=*/true); in BuildCounterUpdate()
4833 SemaRef.getDiagnostics().setSuppressAllDiagnostics(Suppress); in BuildCounterUpdate()
/external/clang/include/clang/Basic/
DDiagnostic.h472 void setSuppressAllDiagnostics(bool Val = true) {
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp962 CI.getDiagnostics().setSuppressAllDiagnostics(true); in ExecuteAction()
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h683 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; } in setSuppressAllDiagnostics() function
/external/clang/include/clang/Lex/
DPreprocessor.h1293 getDiagnostics().setSuppressAllDiagnostics(true); in setCodeCompletionReached()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1648 getDiagnostics().setSuppressAllDiagnostics(true); in setCodeCompletionReached()