Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
102 TryScope = 0x2000, enumerator509 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
214 {TryScope, "TryScope"}, in dumpImpl()
944 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
852 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
2568 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local2570 TryScope.Exit(); in ParseObjCTryStmt()
2574 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()