Searched refs:ControlScope (Results 1 – 5 of 5) sorted by relevance
152 } else if (Flags & ControlScope) { in dumpImpl()154 Flags &= ~ControlScope; in dumpImpl()
122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
60 ControlScope = 0x10, enumerator
469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope); in ParseSEHExceptBlock()1088 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()1214 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()1300 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()1476 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()2037 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
2615 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()