Searched refs:BreakScope (Results 1 – 4 of 4) sorted by relevance
66 if (flags & BreakScope) BreakParent = this; in setFlags()109 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()111 if (FlagsToSet & BreakScope) { in AddFlags()112 assert((Flags & BreakScope) == 0 && "Already set"); in AddFlags()150 } else if (Flags & BreakScope) { in dumpImpl()152 Flags &= ~BreakScope; in dumpImpl()
10103 Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
1318 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1367 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1370 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1417 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1419 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
50 BreakScope = 0x02, enumerator