Home
last modified time | relevance | path

Searched defs:typeParams (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h38 TSTypeParameterInstantiation *typeParams, bool optional) in CallExpression()
67 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DnewExpression.h36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression()
DtaggedTemplateExpression.h38 TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
DtsImportType.h36 …explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qua… in TSImportType()
DtsFunctionType.h41 TSTypeParameterDeclaration *typeParams, Expression *returnType) in TSFunctionType()
DtsTypeAliasDeclaration.h41 …explicit TSTypeAliasDeclaration(Identifier *id, TSTypeParameterDeclaration *typeParams, Expression… in TSTypeAliasDeclaration()
DtsConstructorType.h41TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) in TSConstructorType()
DtsSignatureDeclaration.h43 TSTypeParameterDeclaration *typeParams, in TSSignatureDeclaration()
DtsInterfaceDeclaration.h44 …rfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSInterfaceDeclaration()
DtsMethodSignature.h40 …it TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, in TSMethodSignature()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h48 …assDefinition(binder::LocalScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, in ClassDefinition()
DscriptFunction.h43TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, in ScriptFunction()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1457 ir::TSTypeParameterInstantiation *typeParams; in ParsePotentialTsGenericFunctionCall() local
DparserImpl.cpp624 ir::TSTypeParameterInstantiation *typeParams = nullptr; in ParseTsImportType() local