Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1457 if (hasUncompilableErrorOccurred()) in maybeAddDeclWithEffects()
1487 if (hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in performFunctionEffectAnalysis()
H A DSema.cpp1771 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema
1772 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
H A DAnalysisBasedWarnings.cpp2794 if (S.hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in IssueWarnings()
2865 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
H A DSemaTemplateInstantiate.cpp610 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
H A DSemaDecl.cpp16626 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()
16631 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()
16691 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp7032 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h874 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5421 ASTHasCompilerErrors = PPRef.getDiagnostics().hasUncompilableErrorOccurred(); in WriteAST()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h966 bool hasUncompilableErrorOccurred() const;