| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | create_type_help_items.cpp | 48 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/ |
| D | callExpression.h | 38 TSTypeParameterInstantiation *typeParams, bool optional) in CallExpression() 72 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| D | newExpression.h | 36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression()
|
| D | taggedTemplateExpression.h | 38 TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsTypeReferenceBuilder.h | 35 TSTypeReferenceBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| D | etsTypeReferencePartBuilder.h | 35 ETSTypeReferencePartBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| D | taggedTemplateExpressionBuilder.h | 35 TaggedTemplateExpressionBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| D | tsTypeAliasDeclarationBuilder.h | 35 TSTypeAliasDeclarationBuilder &SetTypeParams(TSTypeParameterDeclaration *typeParams) in SetTypeParams()
|
| D | tsImportTypeBuilder.h | 35 TSImportTypeBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| D | classDefinitionBuilder.h | 56 ClassDefinitionBuilder &SetTSTypeParameterDeclaration(TSTypeParameterDeclaration *typeParams) in SetTSTypeParameterDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | directEvalExpression.h | 29 … TSTypeParameterInstantiation *typeParams, bool optional, uint32_t parserStatus) in DirectEvalExpression()
|
| D | taggedTemplateExpression.h | 33 …mplateExpression(Expression *tag, TemplateLiteral *quasi, TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeAliasDeclaration.h | 34 …AliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSTypeAliasDeclaration() 80 void SetTypeParameters(ir::TSTypeParameterDeclaration *typeParams) in SetTypeParameters()
|
| D | tsTypeReference.h | 30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams, in TSTypeReference()
|
| D | tsImportType.h | 26 …explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qua… in TSImportType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| D | tsImportType.h | 36 …explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qua… in TSImportType()
|
| D | tsFunctionType.h | 41 TSTypeParameterDeclaration *typeParams, Expression *returnType) in TSFunctionType()
|
| D | tsTypeAliasDeclaration.h | 41 …explicit TSTypeAliasDeclaration(Identifier *id, TSTypeParameterDeclaration *typeParams, Expression… in TSTypeAliasDeclaration()
|
| D | tsConstructorType.h | 41 … TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) in TSConstructorType()
|
| D | tsSignatureDeclaration.h | 43 TSTypeParameterDeclaration *typeParams, in TSSignatureDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 123 …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/ |
| D | namedType.h | 57 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTypeReferencePart.h | 25 … explicit ETSTypeReferencePart(ir::Expression *name, ir::TSTypeParameterInstantiation *typeParams, in ETSTypeReferencePart()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | scriptFunctionSignature.h | 32 : typeParams_(typeParams), in typeParams_() argument
|