Searched refs:BreakScope (Results 1 – 5 of 5) sorted by relevance
65 if (flags & BreakScope) BreakParent = this; in setFlags()108 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()110 if (FlagsToSet & BreakScope) { in AddFlags()111 assert((Flags & BreakScope) == 0 && "Already set"); in AddFlags()147 {BreakScope, "BreakScope"}, in dumpImpl()
13174 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13175 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
1565 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1614 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()1617 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()1670 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()1672 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()1988 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()2004 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
1951 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()
51 BreakScope = 0x02, enumerator