Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
105 TryScope = 0x2000, enumerator567 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
219 {TryScope, "TryScope"}, in dumpImpl()
968 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
851 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()887 getCurScope()->isInOpenACCComputeConstructScope(Scope::TryScope)) in BuildCXXThrow()
2581 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local2583 TryScope.Exit(); in ParseObjCTryStmt()
2653 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()