Searched defs:vthis (Results 1 – 11 of 11) sorted by relevance
125 VarDeclaration vthis; /// 'this' parameter if this aggregate is nested variable
94 VarDeclaration *vthis; // 'this' parameter if this aggregate is nested variable
554 VarDeclaration *vthis; // 'this' parameter (member and nested) variable
281 VarDeclaration vthis; /// 'this' parameter (member and nested) variable2864 Expression addInvariant(AggregateDeclaration ad, VarDeclaration vthis) in addInvariant()
382 VarDeclaration vthis = e1.isThisExp().var; in checkModify() local
4562 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis; in dotExp() local
2663 auto vthis = i == 0 ? e.sd.vthis : e.sd.vthis2; in visit() local
1086 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis; variable
110 VarDeclaration *vthis; // 'this' parameter if this aggregate is nested variable
535 VarDeclaration *vthis; // 'this' parameter (member and nested) variable
4164 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool … in addInvariant()