Lines Matching refs:DeclScope
363 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope); in ParseSEHExceptBlock()
632 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()
887 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
915 ParseScope InnerScope(this, Scope::DeclScope, in ParseIfStatement()
948 ParseScope InnerScope(this, Scope::DeclScope, in ParseIfStatement()
1020 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1056 ParseScope InnerScope(this, Scope::DeclScope, in ParseSwitchStatement()
1110 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1134 ParseScope InnerScope(this, Scope::DeclScope, in ParseWhileStatement()
1162 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()
1176 ParseScope InnerScope(this, Scope::DeclScope, in ParseDoStatement()
1272 Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
1467 ParseScope InnerScope(this, Scope::DeclScope, in ParseForStatement()
2034 Scope::DeclScope|Scope::TryScope)); in ParseCXXTryBlockCommon()
2106 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope); in ParseCXXCatchBlock()