Searched defs:typeParams (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | callExpression.h | 38 TSTypeParameterInstantiation *typeParams, bool optional) in CallExpression() 67 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/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()
|
| D | tsInterfaceDeclaration.h | 44 …rfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSInterfaceDeclaration()
|
| D | tsMethodSignature.h | 40 …it TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, in TSMethodSignature()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.h | 48 …assDefinition(binder::LocalScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, in ClassDefinition()
|
| D | scriptFunction.h | 43 … TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, in ScriptFunction()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1457 ir::TSTypeParameterInstantiation *typeParams; in ParsePotentialTsGenericFunctionCall() local
|
| D | parserImpl.cpp | 624 ir::TSTypeParameterInstantiation *typeParams = nullptr; in ParseTsImportType() local
|