Home
last modified time | relevance | path

Searched defs:newTypeParam (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h132 auto newTypeParam = typeParam->AsETSTypeParameter(); in BuildImplicitSubstitutionForArguments() local
DutilityTypeHandlers.cpp359 auto *newTypeParam = ProgramAllocNode<ir::TSTypeParameter>( in ProcessTypeParamAndGenSubstitution() local
452 auto *const newTypeParam = ProgramAllocNode<ir::TSTypeParameter>( in CreatePartialClassDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp95 checker::ETSTypeParameter *newTypeParam, in ProcessTypeParameterProperties()
142 auto *newTypeParam = allocator->New<checker::ETSTypeParameter>(); in CloneTypeParams() local