Home | History | Annotate | Download | only in src

Lines Matching refs:WITH_SCOPE

210       Scope* with_scope = new Scope(current_scope,
211 WITH_SCOPE,
213 current_scope = with_scope;
726 case WITH_SCOPE: return "with";