Searched refs:hasUnrecoverableErrorOccurred (Results 1 – 6 of 6) sorted by relevance
332 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function333 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
106 return Diags.hasUnrecoverableErrorOccurred(); in hasReportedErrors()
763 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function1026 bool hasUnrecoverableErrorOccurred() const { in hasUnrecoverableErrorOccurred() function
1821 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()
5223 if (S->hasUnrecoverableErrorOccurred()) in DiagnoseUnusedBackingIvarInAccessor()
1910 if (!S->hasUnrecoverableErrorOccurred()) { in ActOnPopScope()