Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h38 TSTypeParameterInstantiation *typeParams, bool optional) in CallExpression()
72 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.h32 …AliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSTypeAliasDeclaration()
76 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()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeReferenceBuilder.h35 TSTypeReferenceBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DtaggedTemplateExpressionBuilder.h35 TaggedTemplateExpressionBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DtsTypeAliasDeclarationBuilder.h35 TSTypeAliasDeclarationBuilder &SetTypeParams(TSTypeParameterDeclaration *typeParams) in SetTypeParams()
DetsTypeReferencePartBuilder.h35 ETSTypeReferencePartBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DtsImportTypeBuilder.h35 TSImportTypeBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DclassDefinitionBuilder.h56 ClassDefinitionBuilder &SetTSTypeParameterDeclaration(TSTypeParameterDeclaration *typeParams) in SetTSTypeParameterDeclaration()
/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()
/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()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp114 …atic void CheckInstantiationConstraints(ETSChecker *checker, ArenaVector<Type *> const &typeParams, in CheckInstantiationConstraints()
156 auto const &typeParams = type->TypeArguments(); in InstantiateType() local
/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.h30 …FunctionSignature(TSTypeParameterDeclaration *typeParams, FunctionParams &&params, TypeNode *retur… in FunctionSignature()

12