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

/external/clang/include/clang/Sema/
H A DScope.h147 DiagnosticErrorTrap ErrorTrap; member in class:clang::Scope
151 : ErrorTrap(Diag) {
233 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
H A DScopeInfo.h96 DiagnosticErrorTrap ErrorTrap; member in class:clang::sema::FunctionScopeInfo
140 ErrorTrap(Diag) { }

Completed in 131 milliseconds