Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h102 TryScope = 0x2000, enumerator
435 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp160 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp915 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp740 Scope::TryScope)) in ActOnCXXThrow()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp2490 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2492 TryScope.Exit(); in ParseObjCTryStmt()
H A DParseStmt.cpp2151 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()