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

  /external/clang/include/clang/Sema/
ScopeInfo.h 65 DiagnosticErrorTrap ErrorTrap;
103 ErrorTrap(Diag) { }
Scope.h 156 DiagnosticErrorTrap ErrorTrap;
160 : ErrorTrap(Diag) {
251 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
  /external/clang/lib/Sema/
Scope.cpp 56 ErrorTrap.reset();
Sema.cpp 52 ErrorTrap.reset();
814 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred();
    [all...]

Completed in 93 milliseconds