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()
315 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function316 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
107 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
582 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function838 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
1139 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
3577 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
1590 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()
3168 if (!CXXUnit->getDiagnostics().hasUnrecoverableErrorOccurred() || in clang_saveTranslationUnit()