Lines Matching full:outer_scope
1287 s = s->outer_scope();1323 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {