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

  /external/clang/include/clang/Sema/
Scope.h 193 DiagnosticErrorTrap ErrorTrap;
201 : ErrorTrap(Diag) {
313 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
316 return ErrorTrap.hasUnrecoverableErrorOccurred();
ScopeInfo.h 137 DiagnosticErrorTrap ErrorTrap;
371 ErrorTrap(Diag) { }
  /external/clang/lib/Sema/
Scope.cpp 90 ErrorTrap.reset();
ScopeInfo.cpp 44 ErrorTrap.reset();
Sema.cpp     [all...]

Completed in 102 milliseconds