Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h105 TryScope = 0x2000, enumerator
567 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp219 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp968 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp851 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
887 getCurScope()->isInOpenACCComputeConstructScope(Scope::TryScope)) in BuildCXXThrow()
/freebsd/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.cpp2653 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()