Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h194 DiagnosticErrorTrap ErrorTrap; variable
204 : ErrorTrap(Diag) { in Scope()
316 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred()
319 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
DScopeInfo.h144 DiagnosticErrorTrap ErrorTrap; variable
389 ErrorTrap(Diag) { } in FunctionScopeInfo()
/external/clang/lib/Sema/
DScope.cpp94 ErrorTrap.reset(); in Init()
DScopeInfo.cpp45 ErrorTrap.reset(); in Clear()
DSema.cpp1182 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()