Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h847 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1629 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema
1630 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
H A DAnalysisBasedWarnings.cpp2479 if (S.hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in IssueWarnings()
2538 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
H A DSemaTemplateInstantiate.cpp464 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
H A DSemaDecl.cpp16352 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()
16357 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()
16414 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp6374 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4632 SemaRef.PP.getDiagnostics().hasUncompilableErrorOccurred(); in WriteAST()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1943 bool hasUncompilableErrorOccurred() const;