Searched defs:typeParameter (Results 1 – 6 of 6) sorted by relevance
29 TSMappedTypeBuilder &SetTypeParameter(TSTypeParameter *typeParameter) in SetTypeParameter()
25 …explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption reado… in TSMappedType()
35 …explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnn… in TSMappedType()
204 auto *const typeParameter = parameter->AsETSTypeParameter(); in CreateGenericBridges() local256 auto *const typeParameter = typeParameters[i]->AsETSTypeParameter(); in ProcessClassDefinition() local
746 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseMappedTypeParameter() local789 ir::TSTypeParameter *typeParameter = ParseMappedTypeParameter(); in ParseMappedType() local
1198 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseTsMappedTypeParameter() local1241 ir::TSTypeParameter *typeParameter = ParseTsMappedTypeParameter(); in ParseTsMappedType() local