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 192 } else if (Flags & SEHTryScope) {
193 OS << "SEHTryScope";
194 Flags &= ~SEHTryScope;
  /external/clang/include/clang/Sema/
Scope.h 120 SEHTryScope = 0x80000,
427 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
  /external/clang/lib/Parse/
ParseStmt.cpp 446 Scope::DeclScope | Scope::SEHTryScope));
    [all...]

Completed in 83 milliseconds