Home
last modified time | relevance | path

Searched refs:CreateTypeForTypeParameters (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp170 ArenaVector<Type *> ETSChecker::CreateTypeForTypeParameters(ir::TSTypeParameterDeclaration const *t… in CreateTypeForTypeParameters() function in panda::es2panda::checker::ETSChecker
286 type->SetTypeArguments(CreateTypeForTypeParameters(typeParams)); in CreateTypeForClassOrInterfaceTypeParameters()
Dfunction.cpp879 signatureInfo->typeParams = CreateTypeForTypeParameters(func->TypeParams()); in ComposeSignatureInfo()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h302 … ArenaVector<Type *> CreateTypeForTypeParameters(ir::TSTypeParameterDeclaration const *typeParams);
DETSAnalyzer.cpp2754 st->SetTypeParameterTypes(checker->CreateTypeForTypeParameters(st->TypeParams())); in Check()