Home
last modified time | relevance | path

Searched defs:typeParameters (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsClassImplementsBuilder.h41 TSClassImplementsBuilder &SetTypeParameters(TSTypeParameterInstantiation *typeParameters) in SetTypeParameters()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsClassImplements.h36 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsClassImplements.h26 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts747 const typeParameters = tsFunctionDeclaration.typeParameters; constant
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2193es2panda_AstNode **typeParameters, size_t nParams) in CreateTypeParameterInstantiation()