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