Searched refs:ContinueScope (Results 1 – 5 of 5) sorted by relevance
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()200 {ContinueScope, "ContinueScope"}, in dumpImpl()
14007 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()14008 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
55 ContinueScope = 0x04, enumerator496 return getFlags() & ScopeFlags::ContinueScope; in isContinueScope()
1749 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1752 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1806 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1808 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()2141 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()2157 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
1978 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()