Searched refs:BreakScope (Results 1 – 3 of 3) sorted by relevance
63 if (flags & BreakScope) BreakParent = this; in Init()102 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()104 if (FlagsToSet & BreakScope) { in AddFlags()105 assert((Flags & BreakScope) == 0 && "Already set"); in AddFlags()143 } else if (Flags & BreakScope) { in dumpImpl()145 Flags &= ~BreakScope; in dumpImpl()
49 BreakScope = 0x02, enumerator
1250 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1299 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1302 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1351 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1353 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1611 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()