Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
102 TryScope = 0x2000, enumerator435 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
160 {TryScope, "TryScope"}, in dumpImpl()
915 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
740 Scope::TryScope)) in ActOnCXXThrow()
2490 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local2492 TryScope.Exit(); in ParseObjCTryStmt()
2151 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()