HomeSort by relevance Sort by last modified time
    Searched defs:ErrorTrap (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 185 DiagnosticErrorTrap ErrorTrap;
193 : ErrorTrap(Diag) {
297 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
300 return ErrorTrap.hasUnrecoverableErrorOccurred();
ScopeInfo.h 129 DiagnosticErrorTrap ErrorTrap;
340 ErrorTrap(Diag) { }

Completed in 42 milliseconds