Searched defs:typeParameter (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsMappedType.h | 25 explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption readonly, in TSMappedType() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsMappedTypeBuilder.h | 29 TSMappedTypeBuilder &SetTypeParameter(TSTypeParameter *typeParameter) in SetTypeParameter() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsMappedType.h | 35 explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnnotation, in TSMappedType() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | genericBridgesLowering.cpp | 204 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 D | TSparser.cpp | 748 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 D | parserImpl.cpp | 1196 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseTsMappedTypeParameter() local 1239 ir::TSTypeParameter *typeParameter = ParseTsMappedTypeParameter(); in ParseTsMappedType() local
|
Completed in 11 milliseconds