Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseScope

472   ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
524 ParseScope FinallyScope(this, 0);
847 ParseScope CompoundScope(this, ScopeFlags);
1113 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
1141 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1173 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1240 ParseScope SwitchScope(this, ScopeFlags);
1276 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1328 ParseScope WhileScope(this, ScopeFlags);
1349 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1380 ParseScope DoScope(this, ScopeFlags);
1391 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace));
1510 ParseScope ForScope(this, ScopeFlags);
1733 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC,
1893 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) {
1931 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) {
2098 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope |