Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScope.h121 SEHTryScope = 0x80000, enumerator
476 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } in isSEHTryScope()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScope.cpp165 {SEHTryScope, "SEHTryScope"}, in dumpImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp506 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()