HomeSort by: relevance | last modified time | path
    Searched refs:SEHTryScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 121 SEHTryScope = 0x80000,
476 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 165 {SEHTryScope, "SEHTryScope"},
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 501 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope));

Completed in 39 milliseconds