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