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()
14116 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()14117 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
55 BreakScope = 0x02, enumerator511 return (getFlags() & Scope::BreakScope) && in isLoopScope()
1687 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()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()