Lines Matching refs:ParseScope

484   ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |  in ParseSEHExceptBlock()
536 ParseScope FinallyScope(this, 0); in ParseSEHFinallyBlock()
863 ParseScope CompoundScope(this, ScopeFlags); in ParseCompoundStatement()
1141 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1173 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement()
1211 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement()
1282 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement()
1319 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement()
1371 ParseScope WhileScope(this, ScopeFlags); in ParseWhileStatement()
1390 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement()
1421 ParseScope DoScope(this, ScopeFlags); in ParseDoStatement()
1432 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement()
1551 ParseScope ForScope(this, ScopeFlags); in ParseForStatement()
1774 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC, in ParseForStatement()
1935 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
1968 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()