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()
14116 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()14117 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
59 ContinueScope = 0x04, enumerator583 return getFlags() & ScopeFlags::ContinueScope; in isContinueScope()
1732 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1735 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1789 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1791 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()2126 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()2142 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
611 return Scope::BreakScope | Scope::ContinueScope | in getOpenACCScopeFlags()618 return Scope::BreakScope | Scope::ContinueScope | in getOpenACCScopeFlags()
1881 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()