Home
last modified time | relevance | path

Searched refs:ErrorTrap (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h193 DiagnosticErrorTrap ErrorTrap; variable
201 : ErrorTrap(Diag) { in Scope()
313 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred()
316 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
DScopeInfo.h137 DiagnosticErrorTrap ErrorTrap; variable
371 ErrorTrap(Diag) { } in FunctionScopeInfo()
/external/clang/lib/Sema/
DScope.cpp90 ErrorTrap.reset(); in Init()
DScopeInfo.cpp44 ErrorTrap.reset(); in Clear()
DSema.cpp1189 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()