Home
last modified time | relevance | path

Searched refs:SEHTryScope (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp185 } else if (Flags & SEHTryScope) { in dumpImpl()
187 Flags &= ~SEHTryScope; in dumpImpl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h119 SEHTryScope = 0x80000, enumerator
408 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp431 Scope::DeclScope | Scope::SEHTryScope)); in ParseSEHTryBlockCommon()