Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
182 } else if (Flags & TryScope) { in dumpImpl()184 Flags &= ~TryScope; in dumpImpl()
915 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
628 Scope::TryScope)) in ActOnCXXThrow()
99 TryScope = 0x2000, enumerator421 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
2489 ParseScope TryScope(this, Scope::DeclScope); in ParseObjCTryStmt() local2491 TryScope.Exit(); in ParseObjCTryStmt()
2025 Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()