Searched refs:ContinueScope (Results 1 – 8 of 8) 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()
66 if (flags & ContinueScope) ContinueParent = this; in setFlags()108 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()114 if (FlagsToSet & ContinueScope) { in AddFlags()115 assert((Flags & ContinueScope) == 0 && "Already set"); in AddFlags()148 {ContinueScope, "ContinueScope"}, in dumpImpl()
13055 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13056 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
54 ContinueScope = 0x04, enumerator
55 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()
1611 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1614 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1667 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1669 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1951 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()