Searched defs:ErrorTrap (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h185 DiagnosticErrorTrap ErrorTrap; member in class:clang::Scope
193 : ErrorTrap(Diag) {
297 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
300 return ErrorTrap.hasUnrecoverableErrorOccurred();
H A DScopeInfo.h129 DiagnosticErrorTrap ErrorTrap; member in class:clang::sema::FunctionScopeInfo
340 ErrorTrap(Diag) { }

Completed in 97 milliseconds