Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h475 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; } in getSuppressAllDiagnostics() function
/external/clang/lib/Sema/
DSema.cpp1349 bool Suppress = getDiagnostics().getSuppressAllDiagnostics(); in tryExprAsCall()
DSemaOpenMP.cpp4491 bool Suppress = SemaRef.getDiagnostics().getSuppressAllDiagnostics(); in BuildPreCond()
4820 bool Suppress = SemaRef.getDiagnostics().getSuppressAllDiagnostics(); in BuildCounterUpdate()
DSemaDecl.cpp11665 getDiagnostics().getSuppressAllDiagnostics()) { in ActOnFinishFunctionBody()