Searched refs:ControlScope (Results 1 – 5 of 5) sorted by relevance
62 ControlScope = 0x10, enumerator520 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope()
202 {ControlScope, "ControlScope"}, in dumpImpl()
14007 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()14009 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
592 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()1461 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1660 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1750 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1950 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2624 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
3253 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()