Searched refs:ControlScope (Results 1 – 6 of 6) sorted by relevance
151 {ControlScope, "ControlScope"}, in dumpImpl()
125 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
11512 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()11514 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
501 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()1182 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1324 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1411 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1595 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2225 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
2999 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
63 ControlScope = 0x10, enumerator