Searched refs:ControlScope (Results 1 – 6 of 6) sorted by relevance
150 {ControlScope, "ControlScope"}, in dumpImpl()
124 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
13174 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13176 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
539 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()1369 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1526 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1615 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1805 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2467 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
3126 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
62 ControlScope = 0x10, enumerator