Home
last modified time | relevance | path

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

12

/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/ets2panda/ir/ts/
DtsTypeAliasDeclaration.h31 …AliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSTypeAliasDeclaration()
82 void SetTypeParameters(ir::TSTypeParameterDeclaration *typeParams) in SetTypeParameters()
DtsTypeReference.h30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
DtsImportType.h26 …explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qua… in TSImportType()
DtsInterfaceDeclaration.h35 …rfaceDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdirectEvalExpression.h29TSTypeParameterInstantiation *typeParams, bool optional, uint32_t parserStatus) in DirectEvalExpression()
DtaggedTemplateExpression.h33 …mplateExpression(Expression *tag, TemplateLiteral *quasi, TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression()
DtaggedTemplateExpression.cpp89 auto *const typeParams = typeParams_ != nullptr ? typeParams_->Clone(allocator) : nullptr; in Clone() local
DcallExpression.h119 void SetTypeParams(TSTypeParameterInstantiation *const typeParams) noexcept in SetTypeParams()
/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/ets2panda/ir/ets/
DetsTypeReferencePart.h25 … explicit ETSTypeReferencePart(ir::Expression *name, ir::TSTypeParameterInstantiation *typeParams, in ETSTypeReferencePart()
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h54 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.h29 …FunctionSignature(TSTypeParameterDeclaration *typeParams, FunctionParams &&params, TypeNode *retur… in FunctionSignature()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h57 ArenaVector<Type *> typeParams; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp143 auto const &typeParams = type->TypeArguments(); in InstantiateType() local
Dfunction_helpers.h91 auto &typeParams = sigInfo->typeParams; in BuildImplicitSubstitutionForArguments() local

12