Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.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/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h403 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
404 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h412 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
413 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h108 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2322 return getCurFunction()->hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
H A DSemaDeclObjC.cpp5359 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
H A DSemaDecl.cpp2210 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()