Searched refs:isTypeidExp (Results 1 – 6 of 6) sorted by relevance
1202 Type t1 = isType(e1.isTypeidExp().obj);1203 Type t2 = isType(e2.isTypeidExp().obj);
158 TypeidExp* isTypeidExp();
2580 case EXP.typeid_: return visitTypeid(e.isTypeidExp()); in expressionPrettyPrint()
3113 if (!mt.exp.isTypeidExp()) in visitTypeof()
1653 … inout(TypeidExp) isTypeidExp() { return op == EXP.typeid_ ? cast(typeof(return))this : null; } in isTypeidExp() function
6231 if (auto t = isType(ex.isTypeidExp().obj)) in visit()