Searched refs:isDerivedFrom (Results 1 – 8 of 8) sorted by relevance
54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() function75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
116 if (t->fFactory && (t == baseType || t->isDerivedFrom(baseType)) && in visit()
119 if (t->fFactory && (t == baseType || t->isDerivedFrom(baseType)) && in visit()
317 export function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference { function628 if (baseType && isDerivedFrom(baseType, checkType)) return true;
584 …if (!throwExprType.isClassOrInterface() || !Utils.isDerivedFrom(throwExprType, Utils.CheckType.Err…1387 const isDerivedFromArray = Utils.isDerivedFrom(tsElemAccessBaseExprType, Utils.CheckType.Array);1750 Utils.isDerivedFrom(spreadExprType, Utils.CheckType.Array)) {
7712 function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference;
11495 function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference;