Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcreate_type_help_items.cpp48 auto typeParams = GetEffectiveTypeParameterDeclarations(node, result); in GetLocalTypeParametersOfClassOrInterfaceOrTypeAlias() local
61 const ir::TSTypeParameterDeclaration *typeParams = nullptr; in GetEffectiveTypeParameterDeclarations() local
86 const ir::TSTypeParameterDeclaration *typeParams = nullptr; in GetTypeHelpItem() local
/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/util/ast-builders/
DtsTypeReferenceBuilder.h35 TSTypeReferenceBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DetsTypeReferencePartBuilder.h35 ETSTypeReferencePartBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DtaggedTemplateExpressionBuilder.h35 TaggedTemplateExpressionBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
DtsTypeAliasDeclarationBuilder.h35 TSTypeAliasDeclarationBuilder &SetTypeParams(TSTypeParameterDeclaration *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/ets2panda/ir/ts/
DtsTypeAliasDeclaration.h34 …AliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSTypeAliasDeclaration()
80 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/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()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp123 …atic void CheckInstantiationConstraints(ETSChecker *checker, ArenaVector<Type *> const &typeParams, in CheckInstantiationConstraints()
165 auto const &typeParams = type->TypeArguments(); in InstantiateType() local
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h57 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReferencePart.h25 … explicit ETSTypeReferencePart(ir::Expression *name, ir::TSTypeParameterInstantiation *typeParams, in ETSTypeReferencePart()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.h32 : typeParams_(typeParams), in typeParams_() argument

123