Searched refs:isTypeInstance (Results 1 – 5 of 5) sorted by relevance
162 else if (TypeInstance ti = ta.isTypeInstance()) in aliasParameterSemantic()
338 TypeInstance *isTypeInstance();
437 if (auto ti = t.isTypeInstance())597 case Tinstance: return visitInstance(t.isTypeInstance()); in typeToExpression()2236 case Tinstance: return visitInstance(type.isTypeInstance()); in typeSemantic()3346 case Tinstance: visitInstance (mt.isTypeInstance()); break;
2711 …inout(TypeInstance) isTypeInstance() { return ty == Tinstance ? cast(typeof(return))this : nu… in isTypeInstance() function
5015 case Tinstance: return visitInstance(tb.isTypeInstance()); in reliesOnTemplateParameters()