Home | History | Annotate | Download | only in dmd

Lines Matching refs:vthis

1054                 e1 = new VarExp(loc, f.vthis);
1086 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis;
1087 vthis);
1088 e1.type = vthis.type;
2848 assert(fd.vthis);
2849 e.var = fd.vthis;
2915 e.var = fd.vthis;
4105 exp.fd.vthis = null;
13119 if (f.vthis)
13122 e1 = new VarExp(loc, f.vthis);