Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h332 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
333 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDInternals.h106 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h763 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
1026 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp1821 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
HDSemaDeclObjC.cpp5223 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
HDSemaDecl.cpp1910 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()