Home
last modified time | relevance | path

Searched refs:hasUncompilableErrorOccurred (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1670 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema
1671 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
H A DAnalysisBasedWarnings.cpp2515 if (S.hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in IssueWarnings()
2578 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
H A DSemaTemplateInstantiate.cpp591 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
H A DSemaDecl.cpp16147 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()
16152 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()
16209 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp6341 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4869 SemaRef.PP.getDiagnostics().hasUncompilableErrorOccurred(); in WriteAST()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h660 bool hasUncompilableErrorOccurred() const;