Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DDiagnosticTest.cpp40 EXPECT_TRUE(trap.hasUnrecoverableErrorOccurred()); in TEST()
46 EXPECT_FALSE(Diags.hasUnrecoverableErrorOccurred()); in TEST()
69 EXPECT_TRUE(Diags.hasUnrecoverableErrorOccurred()); in TEST()
/external/clang/include/clang/Sema/
DScope.h318 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
319 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/external/clang/lib/ARCMigrate/
DInternals.h107 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
/external/clang/include/clang/Basic/
DDiagnostic.h590 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
846 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
/external/clang/lib/Sema/
DSema.cpp1182 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
DSemaDeclObjC.cpp4758 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
DSemaDecl.cpp1649 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()
/external/clang/tools/libclang/
DCIndex.cpp3733 if (!CXXUnit->getDiagnostics().hasUnrecoverableErrorOccurred() || in clang_saveTranslationUnit()