Lines Matching refs:dve
3282 else if (auto dve = e.isDotVarExp())
3283 e = dve.e1;
3743 if (auto dve = e1x.isDotVarExp())
3745 auto ex = dve.e1;
3749 auto v = dve.var.isVarDeclaration();
3799 else if (auto dve = e1.isDotVarExp())
3804 auto ex = dve.e1;
4743 if (auto dve = ecall.isDotVarExp())
4746 pthis = dve.e1;
4747 fd = dve.var.isFuncDeclaration();