Searched refs:isTypeExp (Results 1 – 11 of 11) sorted by relevance
232 auto typeExp = e.isTypeExp; in isMustUseAttribute()
619 if (!e.isTypeExp()) in declaredAsOptionalCount()622 auto typeExp = e.isTypeExp(); in declaredAsOptionalCount()
250 auto t = ce.e1.isTypeExp().type; in castCallAmbiguity()
1854 (*elems)[i] = src.isTypeExp().type; in typeSemantic()1876 result = e.isTypeExp().type; in typeSemantic()2793 if (exp.isTypeExp()) in resolveExp()3317 if (auto et = e.isTypeExp()) in visitMixin()3633 if (e.isTypeExp()) in dotExp()
148 TypeExp* isTypeExp();
2005 if (auto te = ce.isTypeExp())
1333 if (e1.type && !e1.isTypeExp()) // function type is not a property2764 if (Type t = ss.withstate.exp.isTypeExp().type) in visit()6132 if (auto te = op.isTypeExp()) in visit()6432 if (exp.ident == Id.__xalignof && exp.e1.isTypeExp()) in visit()11642 auto tt = e.op == EXP.type ? e.isTypeExp().type.isTypeTuple() : null; in visit()12666 if (exp.e1.isTypeExp() || exp.e1.isTemplateExp()) in semanticY()
1923 else if (ns.exp.isTypeExp() && ns.exp.isTypeExp().type.toBasetype().isTypeTuple()) in visit()
270 if (auto e = arg.isTypeExp()) in expandTuples()1643 inout(TypeExp) isTypeExp() { return op == EXP.type ? cast(typeof(return))this : null; } in isTypeExp() function
2569 case EXP.type: return visitType(e.isTypeExp()); in expressionPrettyPrint()
711 !fs.aggr.isTypeExp() && !fs.aggr.isLvalue()) in package()