Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp94 Diags.hasErrorOccurred()); in ~CodeGeneratorImpl()
175 if (Diags.hasErrorOccurred()) in HandleCXXStaticMemberVarInstantiation()
183 if (Diags.hasErrorOccurred()) in HandleTopLevelDecl()
209 if (Diags.hasErrorOccurred()) in HandleInlineFunctionDefinition()
236 if (Diags.hasErrorOccurred()) in HandleTagDeclDefinition()
272 if (Diags.hasErrorOccurred()) in HandleTagDeclRequiredDefinition()
286 if (!Diags.hasErrorOccurred() && Builder) in HandleTranslationUnit()
291 if (Diags.hasErrorOccurred()) { in HandleTranslationUnit()
300 if (Diags.hasErrorOccurred()) in AssignInheritanceModel()
307 if (Diags.hasErrorOccurred()) in CompleteTentativeDefinition()
[all …]
H A DObjectFilePCHContainerOperations.cpp192 if (Diags.hasErrorOccurred()) in HandleTopLevelDecl()
209 if (Diags.hasErrorOccurred()) in HandleTagDeclDefinition()
234 if (Diags.hasErrorOccurred()) in HandleTagDeclRequiredDefinition()
254 if (Diags.hasErrorOccurred()) in HandleTranslationUnit()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp60 if (PP.getDiagnostics().hasErrorOccurred()) in HandleTranslationUnit()
H A DRewriteObjC.cpp646 if (Diags.hasErrorOccurred()) in HandleTopLevelSingleDecl()
4905 if (Diags.hasErrorOccurred()) in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp266 if (Clang->getDiagnostics().hasErrorOccurred()) in ExecuteCompilerInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3031 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3080 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3130 if (Trap.hasErrorOccurred()) in DeduceTemplateArguments()
3180 if (Trap.hasErrorOccurred()) in DeduceTemplateArguments()
3283 Trap.hasErrorOccurred()) { in SubstituteExplicitTemplateArguments()
3372 if (ResultType.isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3415 if (FunctionType->isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3621 if (InstantiatedES.isInvalid() || Trap.hasErrorOccurred()) { in instantiateExplicitSpecifierDeferred()
3724 !Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3730 if (Trap.hasErrorOccurred()) { in FinishTemplateArgumentDeduction()
[all …]
H A DSemaConcept.cpp371 if (SubstitutedExpression.isInvalid() || Trap.hasErrorOccurred()) { in calculateConstraintSatisfaction()
375 if (!Trap.hasErrorOccurred()) in calculateConstraintSatisfaction()
805 if (SFINAE.hasErrorOccurred() || !SubstConstr.isUsable()) in SubstituteConstraintExpressionWithoutSatisfaction()
H A DSemaTemplateInstantiate.cpp1516 if (Trap.hasErrorOccurred()) in TransformRequiresExpr()
2397 Trap.hasErrorOccurred()) { in TransformRequiresTypeParams()
2431 if (!TransType || Trap.hasErrorOccurred()) in TransformTypeRequirement()
2458 if (!TransExprRes.isInvalid() && !Trap.hasErrorOccurred() && in TransformExprRequirement()
2461 if (TransExprRes.isInvalid() || Trap.hasErrorOccurred()) in TransformExprRequirement()
2549 assert(!Trap.hasErrorOccurred() && "Substitution failures must be handled " in TransformNestedRequirement()
H A DSemaExprMember.cpp1042 if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) { in BuildMemberReferenceExpr()
1048 if (Trap.hasErrorOccurred()) in BuildMemberReferenceExpr()
H A DSema.cpp1203 if (!Diags.hasErrorOccurred()) { in ActOnEndOfTranslationUnit()
1361 if (!Diags.hasErrorOccurred() && TUKind != TU_Module) { in ActOnEndOfTranslationUnit()
H A DSemaExprCXX.cpp5561 if (Result.isInvalid() || SFINAE.hasErrorOccurred()) in EvaluateBooleanTypeTrait()
5843 return !Result.isInvalid() && !SFINAE.hasErrorOccurred(); in EvaluateBinaryTypeTrait()
5898 if (SFINAE.hasErrorOccurred()) in EvaluateBinaryTypeTrait()
8570 if (Trap.hasErrorOccurred() || Res.isInvalid()) in TryTransform()
H A DSemaTemplateInstantiateDecl.cpp4959 if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() && in InstantiateFunctionDefinition()
5589 if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() && in InstantiateVariableDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp280 if (Diags.hasErrorOccurred()) { in ParseOrWrapTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h843 bool hasErrorOccurred() const { return ErrorOccurred; } in hasErrorOccurred() function
1088 bool hasErrorOccurred() const { in hasErrorOccurred() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp582 if (Diags.hasErrorOccurred() || Diags.hasFatalErrorOccurred()) in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1299 return !Instance.getDiagnostics().hasErrorOccurred() ||
1409 if (ReadResult == ASTReader::Missing || !Diags.hasErrorOccurred()) in readASTAfterCompileModule()
1965 assert(getDiagnostics().hasErrorOccurred() && in findOrCompileModuleAndReadAST()
H A DFrontendActions.cpp1145 assert(CI.getDiagnostics().hasErrorOccurred() && in ExecuteAction()
H A DFrontendAction.cpp1153 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp401 if (Diagnostics->hasErrorOccurred()) in run()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp675 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); in cc1as_main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp592 assert((Actions.getDiagnostics().hasErrorOccurred() || in ParseLexedMethodDef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1777 if (Trap.hasErrorOccurred()) { in generateCompilationDiagnostics()
1898 if (!FailingCommands.empty() || Diags.hasErrorOccurred()) in ExecuteCompilation()
1907 return Diags.hasErrorOccurred() ? 1 : 0; in ExecuteCompilation()
1911 if (Diags.hasErrorOccurred()) in ExecuteCompilation()
4954 if (Diags.hasErrorOccurred() || in BuildJobs()

12