Searched defs:typeArg (Results 1 – 8 of 8) sorted by relevance
95 const typeArg = type.aliasTypeArguments[0]; constant
133 auto typeArg = typeParam->Substitute(relation, substitution); in CheckInstantiationConstraints() local
2378 …ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted()
831 auto *typeArg = typeArguments_[idx]; in IsGenericSupertypeOf() local
4598 const typeArg = tsCallExpr.typeArguments[0]; constant5241 const typeArg = newExpr.typeArguments?.[0]; constant5652 for (const typeArg of typeRef.typeArguments) { constant5851 for (const typeArg of typeArgs) { constant
1245 Type *typeArg = type->AsETSObjectType()->TypeArguments().at(0); in Check() local1253 Type *typeArg = argType->AsETSObjectType()->TypeArguments().at(0); in Check() local
1329 for (const typeArg of typeNode.typeArguments) { constant
701 auto *typeArg = in CreateCallForLambdaClassInvoke() local