Searched refs:BreakScope (Results 1 – 6 of 6) sorted by relevance
70 if (flags & BreakScope) BreakParent = this; in setFlags()116 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()118 if (FlagsToSet & BreakScope) { in AddFlags()119 assert((Flags & BreakScope) == 0 && "Already set"); in AddFlags()207 {BreakScope, "BreakScope"}, in dumpImpl()
13718 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13719 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
55 BreakScope = 0x02, enumerator495 return (getFlags() & Scope::BreakScope) && in isLoopScope()
1788 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()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()