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 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) { }
  /external/clang/lib/Sema/
Scope.cpp 87 ErrorTrap.reset();
ScopeInfo.cpp 38 ErrorTrap.reset();
Sema.cpp     [all...]

Completed in 63 milliseconds