Searched refs:isTypeIsolated (Results 1 – 2 of 2) sorted by relevance
1602 return isTypeIsolated(treti); in isReturnIsolated()1614 extern (D) final bool isTypeIsolated(Type t) in isTypeIsolated() function1625 const isIsolated = isTypeIsolated(t, parentTypes); in isTypeIsolated()1632 return isTypeIsolated(t, parentTypes); in isTypeIsolated()1637 extern (D) final bool isTypeIsolated(Type t, ref StringTable!Type parentTypes)1668 if (!isTypeIsolated(tmi, parentTypes))
855 if (!exp.implicitConvTo(tret) && funcdecl.isTypeIsolated(exp.type)) in visit()