Home | History | Annotate | Download | only in parsing

Lines Matching defs:inner_scope

2171     Statement* body, Scope* inner_scope, const ForInfo& for_info, bool* ok) {
2265 BlockState block_state(&scope_, inner_scope);
2401 inner_block->set_scope(inner_scope);
3317 Scope* inner_scope = inner_block->scope();
3318 DCHECK(inner_scope->is_declaration_scope());
3319 Scope* function_scope = inner_scope->outer_scope();
3321 BlockState block_state(&scope_, inner_scope);
3322 for (Declaration* decl : *inner_scope->declarations()) {