Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
101 TryScope = 0x2000, enumerator473 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
159 {TryScope, "TryScope"}, in dumpImpl()
941 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
826 Scope::TryScope)) in ActOnCXXThrow()
2515 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local2517 TryScope.Exit(); in ParseObjCTryStmt()
2393 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()