Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h121 SEHTryScope = 0x80000, enumerator
508 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp217 {SEHTryScope, "SEHTryScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp554 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()