Home
last modified time | relevance | path

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

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