Searched refs:ContinueScope (Results 1 – 6 of 6) sorted by relevance
71 if (flags & ContinueScope) ContinueParent = this; in setFlags()116 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()122 if (FlagsToSet & ContinueScope) { in AddFlags()123 assert((Flags & ContinueScope) == 0 && "Already set"); in AddFlags()208 {ContinueScope, "ContinueScope"}, in dumpImpl()
13718 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13719 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
59 ContinueScope = 0x04, enumerator563 return getFlags() & ScopeFlags::ContinueScope; in isContinueScope()
1837 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1840 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1893 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1895 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()2246 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()2262 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
587 return Scope::BreakScope | Scope::ContinueScope | in getOpenACCScopeFlags()
2137 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()