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()
13295 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()13297 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
62 ControlScope = 0x10, enumerator
544 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()1374 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1531 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1620 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1810 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2472 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
3133 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()