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()
1275 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1324 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1327 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1376 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1378 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1643 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
49 BreakScope = 0x02, enumerator