Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
102 TryScope = 0x2000, enumerator514 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
216 {TryScope, "TryScope"}, in dumpImpl()
977 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
859 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
2581 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local2583 TryScope.Exit(); in ParseObjCTryStmt()
2638 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()