Searched refs:isDotTypeExp (Results 1 – 5 of 5) sorted by relevance
170 DotTypeExp* isDotTypeExp();
1857 (*elems)[i] = src.isDotTypeExp().sym.isType(); in typeSemantic()1873 result = e.isDotTypeExp().sym.isType(); in typeSemantic()
2972 auto edt = e.copy().isDotTypeExp(); in visit()4750 if (auto dte = pthis.isDotTypeExp()) in visit()
2594 case EXP.dotType: return visitDotType(e.isDotTypeExp()); in expressionPrettyPrint()
1666 … inout(DotTypeExp) isDotTypeExp() { return op == EXP.dotType ? cast(typeof(return))this : null; } in isDotTypeExp() function