Searched refs:ControlScope (Results 1 – 6 of 6) sorted by relevance
159 } else if (Flags & ControlScope) { in dumpImpl()161 Flags &= ~ControlScope; in dumpImpl()
122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
10103 Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()10104 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
484 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()1141 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1281 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1368 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1549 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
2750 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
61 ControlScope = 0x10, enumerator