Searched refs:isTypeDelegate (Results 1 – 10 of 10) sorted by relevance
139 auto td = t.isTypeDelegate(); in canThrow()
1687 auto td = tab.isTypeDelegate(); in inferApplyArgTypes()1753 auto tfBody = tf.parameterList[0].type.isTypeDelegate().next; in findBestOpApplyMatch()1756 auto bestBody = bestTf.parameterList[0].type.isTypeDelegate().next; in findBestOpApplyMatch()1807 auto de = p0.type.isTypeDelegate(); in matchParamsToOpApply()
1688 dg = t1.isTypeDelegate(); in visit()1989 tf = t1.isTypeDelegate().next.isTypeFunction(); in visit()
336 TypeDelegate *isTypeDelegate();
737 if (auto td = t1.isTypeDelegate()) in Expression_optimize()
2709 …inout(TypeDelegate) isTypeDelegate() { return ty == Tdelegate ? cast(typeof(return))this : nu… in isTypeDelegate() function5193 if (auto toDg = to.isTypeDelegate()) in implicitConvTo()6818 if (auto td = tel.isTypeDelegate()) in isLazyArray()
2234 case Tdelegate: return visitDelegate(type.isTypeDelegate()); in typeSemantic()4638 case Tdelegate: return visitDelegate (mt.isTypeDelegate()); in dotExp()
4864 const isFuncType = (tp && tp.next.isTypeFunction) || t.isTypeDelegate; in parseAliasDeclarations()
785 TypeDelegate *ti = d->tinfo->isTypeDelegate (); in visit()
2090 tf = t->isTypeDelegate ()->next->isTypeFunction (); in get_function_type()