Home
last modified time | relevance | path

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

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