Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h185 DiagnosticErrorTrap ErrorTrap; variable
193 : ErrorTrap(Diag) { in Scope()
297 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred()
300 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
DScopeInfo.h129 DiagnosticErrorTrap ErrorTrap; variable
340 ErrorTrap(Diag) { } in FunctionScopeInfo()
/external/clang/lib/Sema/
DScope.cpp87 ErrorTrap.reset(); in Init()
DScopeInfo.cpp38 ErrorTrap.reset(); in Clear()
DSema.cpp1116 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()