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 147 DiagnosticErrorTrap ErrorTrap;
151 : ErrorTrap(Diag) {
233 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
ScopeInfo.h 88 DiagnosticErrorTrap ErrorTrap;
130 ErrorTrap(Diag) { }

Completed in 21 milliseconds