Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsMappedType.h25 explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption readonly, in TSMappedType() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsMappedTypeBuilder.h29 TSMappedTypeBuilder &SetTypeParameter(TSTypeParameter *typeParameter) in SetTypeParameter() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsMappedType.h35 explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnnotation, in TSMappedType() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A 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/
H A DTSparser.cpp748 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseMappedTypeParameter() local
791 ir::TSTypeParameter *typeParameter = ParseMappedTypeParameter(); in ParseMappedType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp1196 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseTsMappedTypeParameter() local
1239 ir::TSTypeParameter *typeParameter = ParseTsMappedTypeParameter(); in ParseTsMappedType() local

Completed in 11 milliseconds