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

  /external/clang/lib/Sema/
Scope.cpp 185 } else if (Flags & SEHTryScope) {
186 OS << "SEHTryScope";
187 Flags &= ~SEHTryScope;
  /external/clang/include/clang/Sema/
Scope.h 119 SEHTryScope = 0x80000,
405 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
  /external/clang/lib/Parse/
ParseStmt.cpp 431 Scope::DeclScope | Scope::SEHTryScope));
    [all...]

Completed in 337 milliseconds