Searched defs:typeParameter (Results 1 – 5 of 5) sorted by relevance
25 …explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption reado… in TSMappedType()
35 …explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnn… in TSMappedType()
748 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseMappedTypeParameter() local791 ir::TSTypeParameter *typeParameter = ParseMappedTypeParameter(); in ParseMappedType() local
1193 auto *typeParameter = AllocNode<ir::TSTypeParameter>(paramName, constraint, nullptr); in ParseTsMappedTypeParameter() local1236 ir::TSTypeParameter *typeParameter = ParseTsMappedTypeParameter(); in ParseTsMappedType() local
2176 …id TypeParameterDeclarationAddTypeParameter(es2panda_AstNode *ast, es2panda_AstNode *typeParameter) in TypeParameterDeclarationAddTypeParameter()