Home
last modified time | relevance | path

Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h102 TryScope = 0x2000, enumerator
514 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp216 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp977 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp859 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2581 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2583 TryScope.Exit(); in ParseObjCTryStmt()
H A DParseStmt.cpp2638 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()