Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance
186 } else if (Flags & TryScope) { in dumpImpl()188 Flags &= ~TryScope; in dumpImpl()
929 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
669 Scope::TryScope)) in ActOnCXXThrow()
100 TryScope = 0x2000, enumerator424 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
2543 ParseScope TryScope(this, Scope::DeclScope); in ParseObjCTryStmt() local2545 TryScope.Exit(); in ParseObjCTryStmt()
2073 Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()