Home
last modified time | relevance | path

Searched refs:hasErrorOccurred (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp28 if (Result.Context->getDiagnostics().hasErrorOccurred()) in onMatch()
77 if (Result.Context->getDiagnostics().hasErrorOccurred()) in run()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp52 assert(PP.getDiagnostics().hasErrorOccurred() && in getEmittingModule()
64 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp94 Diags.hasErrorOccurred()); in ~CodeGeneratorImpl()
175 if (Diags.hasErrorOccurred()) in HandleCXXStaticMemberVarInstantiation()
291 if (Diags.hasErrorOccurred()) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp274 if (Clang->getDiagnostics().hasErrorOccurred()) in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3196 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3247 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3281 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3334 if (Trap.hasErrorOccurred()) in DeduceTemplateArguments()
3401 if (Trap.hasErrorOccurred()) in DeduceTemplateArgumentsFromType()
3478 Trap.hasErrorOccurred()) { in SubstituteExplicitTemplateArguments()
3567 if (ResultType.isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3593 if (FunctionType->isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3800 if (InstantiatedES.isInvalid() || Trap.hasErrorOccurred()) { in instantiateExplicitSpecifierDeferred()
3898 !Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
[all …]
H A DSemaTemplateInstantiate.cpp1720 if (Trap.hasErrorOccurred()) in TransformRequiresExpr()
2619 Trap.hasErrorOccurred()) { in TransformRequiresTypeParams()
2653 if (!TransType || Trap.hasErrorOccurred()) in TransformTypeRequirement()
2680 if (!TransExprRes.isInvalid() && !Trap.hasErrorOccurred() && in TransformExprRequirement()
2683 if (TransExprRes.isInvalid() || Trap.hasErrorOccurred()) in TransformExprRequirement()
2706 if (!TPL || Trap.hasErrorOccurred()) in TransformExprRequirement()
2771 assert(!Trap.hasErrorOccurred() && "Substitution failures must be handled " in TransformNestedRequirement()
H A DSemaConcept.cpp478 if (SubstitutedExpression.isInvalid() || Trap.hasErrorOccurred()) { in calculateConstraintSatisfaction()
482 if (!Trap.hasErrorOccurred()) in calculateConstraintSatisfaction()
1014 if (SFINAE.hasErrorOccurred() || !SubstConstr.isUsable()) in SubstituteConstraintExpressionWithoutSatisfaction()
H A DSemaExprMember.cpp1044 if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) { in BuildMemberReferenceExpr()
1050 if (Trap.hasErrorOccurred()) in BuildMemberReferenceExpr()
H A DSema.cpp1257 if (!Diags.hasErrorOccurred()) { in ActOnEndOfTranslationUnit()
1406 if (!Diags.hasErrorOccurred() && TUKind != TU_ClangModule) { in ActOnEndOfTranslationUnit()
H A DSemaExprCXX.cpp5152 if (Result.isInvalid() || SFINAE.hasErrorOccurred()) in HasNonDeletedDefaultedEqualityComparison()
5708 if (Result.isInvalid() || SFINAE.hasErrorOccurred()) in CheckConvertibilityForTypeTraits()
5809 if (Result.isInvalid() || SFINAE.hasErrorOccurred()) in EvaluateBooleanTypeTrait()
6111 if (SFINAE.hasErrorOccurred()) in EvaluateBinaryTypeTrait()
8792 if (Trap.hasErrorOccurred() || Res.isInvalid()) in TryTransform()
H A DSemaTemplateInstantiateDecl.cpp4945 if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() && in InstantiateFunctionDefinition()
5571 if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() && in InstantiateVariableDefinition()
H A DSemaLookup.cpp3665 Trap.hasErrorOccurred()) in LookupLiteralOperator()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp280 if (Diags.hasErrorOccurred()) { in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp583 if (Diags.hasErrorOccurred() || Diags.hasFatalErrorOccurred()) in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp79 if (ASTCtx.getDiagnostics().hasErrorOccurred()) in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2211 bool hasErrorOccurred = false; in getFileRemappingsFromFileList() local
2253 hasErrorOccurred = true; in getFileRemappingsFromFileList()
2260 return hasErrorOccurred; in getFileRemappingsFromFileList()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1311 return !Instance.getDiagnostics().hasErrorOccurred() ||
1436 if (ReadResult == ASTReader::Missing || !Diags.hasErrorOccurred()) in readASTAfterCompileModule()
2005 assert(getDiagnostics().hasErrorOccurred() && in findOrCompileModuleAndReadAST()
H A DFrontendActions.cpp1181 assert(CI.getDiagnostics().hasErrorOccurred() && in ExecuteAction()
H A DFrontendAction.cpp1162 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp401 if (Diagnostics->hasErrorOccurred()) in run()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp699 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); in cc1as_main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp430 if (ScanInstance.getDiagnostics().hasErrorOccurred()) in runInvocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp655 assert((Actions.getDiagnostics().hasErrorOccurred() || in ParseLexedMethodDef()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1802 if (Trap.hasErrorOccurred()) { in generateCompilationDiagnostics()
1923 if (!FailingCommands.empty() || Diags.hasErrorOccurred()) in ExecuteCompilation()
1932 return Diags.hasErrorOccurred() ? 1 : 0; in ExecuteCompilation()
1936 if (Diags.hasErrorOccurred()) in ExecuteCompilation()
5040 if (Diags.hasErrorOccurred() || in BuildJobs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp717 if (Diags.hasErrorOccurred()) in HandleTopLevelSingleDecl()
5822 if (Diags.hasErrorOccurred()) in HandleTranslationUnit()

12