Home | History | Annotate | Download | only in src

Lines Matching refs:WITH_SCOPE

195       Scope* with_scope = new(zone) Scope(current_scope,
196 WITH_SCOPE,
200 current_scope = with_scope;
781 case WITH_SCOPE: return "with";