Searched refs:BreakScope (Results 1 – 3 of 3) sorted by relevance
66 if (flags & BreakScope) BreakParent = this; in Init()105 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()107 if (FlagsToSet & BreakScope) { in AddFlags()108 assert((Flags & BreakScope) == 0 && "Already set"); in AddFlags()146 } else if (Flags & BreakScope) { in dumpImpl()148 Flags &= ~BreakScope; in dumpImpl()
1265 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1314 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1317 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1366 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1368 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1626 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
49 BreakScope = 0x02, enumerator