Searched refs:ContinueScope (Results 1 – 4 of 4) sorted by relevance
67 if (flags & ContinueScope) ContinueParent = this; in setFlags()109 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()115 if (FlagsToSet & ContinueScope) { in AddFlags()116 assert((Flags & ContinueScope) == 0 && "Already set"); in AddFlags()153 } else if (Flags & ContinueScope) { in dumpImpl()155 Flags &= ~ContinueScope; in dumpImpl()
10103 Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
54 ContinueScope = 0x04, enumerator
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()