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

/external/clang/include/clang/Sema/
H A DScope.h156 DiagnosticErrorTrap ErrorTrap; member in class:clang::Scope
160 : ErrorTrap(Diag) {
242 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
H A DScopeInfo.h103 DiagnosticErrorTrap ErrorTrap; member in class:clang::sema::FunctionScopeInfo
310 ErrorTrap(Diag) { }

Completed in 56 milliseconds