Home
last modified time | relevance | path

Searched defs:newTypeParams (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp350 ir::TSTypeParameterDeclaration *newTypeParams = nullptr) in ProcessTypeParamAndGenSubstitution()
462 auto *const newTypeParams = in CreatePartialClassDeclaration() local
623 …auto *newTypeParams = ProgramAllocNode<ir::TSTypeParameterDeclaration>(std::move(typeParams), type… in CreateInterfaceProto() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp131 auto newTypeParams = ArenaVector<checker::ETSTypeParameter *>(allocator->Adapter()); in CloneTypeParams() local
840ir::TSTypeParameterDeclaration *newTypeParams, in CreateEmptyLambdaClassDeclaration()