Home
last modified time | relevance | path

Searched refs:isThisExp (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d742 if (auto et = ea.isThisExp()) in mangleTemplateInstance()
H A Dexpression.h140 ThisExp* isThisExp();
H A Ddeclaration.d382 VarDeclaration vthis = e1.isThisExp().var; in checkModify()
H A Ddtoh.d1830 else if (t.exp.isThisExp())
H A Dhdrgen.d2561 case EXP.this_: return visitThis(e.isThisExp()); in expressionPrettyPrint()
H A Dexpression.d1632 … inout(ThisExp) isThisExp() { return op == EXP.this_ ? cast(typeof(return))this : null; } in isThisExp() function
H A Dexpressionsem.d12366 if ((exp.e1.isThisExp() || exp.e1.isSuperExp()) && !hasThis(sc)) in semanticY()
12370 if (exp.e1.isThisExp()) in semanticY()