Home
last modified time | relevance | path

Searched defs:typeParameter (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsMappedTypeBuilder.h29 TSMappedTypeBuilder &SetTypeParameter(TSTypeParameter *typeParameter) in SetTypeParameter()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsMappedType.h25 …explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption reado… in TSMappedType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.h35 …explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnn… in TSMappedType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp204 auto *const typeParameter = parameter->AsETSTypeParameter(); in CreateGenericBridges() local
256 auto *const typeParameter = typeParameters[i]->AsETSTypeParameter(); in ProcessClassDefinition() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp746 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseMappedTypeParameter() local
789 ir::TSTypeParameter *typeParameter = ParseMappedTypeParameter(); in ParseMappedType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1198 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseTsMappedTypeParameter() local
1241 ir::TSTypeParameter *typeParameter = ParseTsMappedTypeParameter(); in ParseTsMappedType() local