Searched refs:CreateTypeForTypeParameters (Results 1 – 4 of 4) sorted by relevance
170 ArenaVector<Type *> ETSChecker::CreateTypeForTypeParameters(ir::TSTypeParameterDeclaration const *t… in CreateTypeForTypeParameters() function in panda::es2panda::checker::ETSChecker286 type->SetTypeArguments(CreateTypeForTypeParameters(typeParams)); in CreateTypeForClassOrInterfaceTypeParameters()
879 signatureInfo->typeParams = CreateTypeForTypeParameters(func->TypeParams()); in ComposeSignatureInfo()
302 … ArenaVector<Type *> CreateTypeForTypeParameters(ir::TSTypeParameterDeclaration const *typeParams);
2754 st->SetTypeParameterTypes(checker->CreateTypeForTypeParameters(st->TypeParams())); in Check()