Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h122 SEHTryScope = 0x80000, enumerator
517 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp220 {SEHTryScope, "SEHTryScope"}, in dumpImpl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp569 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()