Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDModuleBuilder.cpp183 if (Diags.hasUnrecoverableErrorOccurred()) in HandleTopLevelDecl()
209 if (Diags.hasUnrecoverableErrorOccurred()) in HandleInlineFunctionDefinition()
236 if (Diags.hasUnrecoverableErrorOccurred()) in HandleTagDeclDefinition()
272 if (Diags.hasUnrecoverableErrorOccurred()) in HandleTagDeclRequiredDefinition()
286 if (!Diags.hasUnrecoverableErrorOccurred() && Builder) in HandleTranslationUnit()
300 if (Diags.hasUnrecoverableErrorOccurred()) in AssignInheritanceModel()
307 if (Diags.hasUnrecoverableErrorOccurred()) in CompleteTentativeDefinition()
318 if (Diags.hasUnrecoverableErrorOccurred()) in HandleVTable()
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h403 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
404 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
HDScopeInfo.h412 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
413 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDInternals.h108 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h853 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
1094 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2322 return getCurFunction()->hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
HDSemaDeclObjC.cpp5359 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
HDSemaDecl.cpp2210 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()