Searched refs:hasUnrecoverableErrorOccurred (Results 1 – 8 of 8) sorted by relevance
40 EXPECT_TRUE(trap.hasUnrecoverableErrorOccurred()); in TEST()46 EXPECT_FALSE(Diags.hasUnrecoverableErrorOccurred()); in TEST()69 EXPECT_TRUE(Diags.hasUnrecoverableErrorOccurred()); in TEST()
318 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function319 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
107 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
590 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function846 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
1182 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
4758 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
1649 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()
3733 if (!CXXUnit->getDiagnostics().hasUnrecoverableErrorOccurred() || in clang_saveTranslationUnit()