Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h125 SEHTryScope = 0x80000, enumerator
575 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp225 {SEHTryScope, "SEHTryScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp609 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()