Home
last modified time | relevance | path

Searched defs:TSTypeParameterInstantiation (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameterInstantiation.h32 explicit TSTypeParameterInstantiation(ArenaVector<TypeNode *> &&params) in TSTypeParameterInstantiation() function
DtsInterfaceHeritage.h23 class TSTypeParameterInstantiation; variable
DtsTypeReference.h26 class TSTypeParameterInstantiation; variable
DtsClassImplements.h22 class TSTypeParameterInstantiation; variable
DtsImportType.h22 class TSTypeParameterInstantiation; variable
DtsTypeParameterInstantiation.cpp28 TSTypeParameterInstantiation::TSTypeParameterInstantiation([[maybe_unused]] Tag const tag, in TSTypeParameterInstantiation() function in ark::es2panda::ir::TSTypeParameterInstantiation
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameterInstantiation.h34 explicit TSTypeParameterInstantiation(ArenaVector<Expression *> &&params) in TSTypeParameterInstantiation() function
DtsInterfaceHeritage.h33 class TSTypeParameterInstantiation; variable
DtsClassImplements.h32 class TSTypeParameterInstantiation; variable
DtsTypeReference.h37 class TSTypeParameterInstantiation; variable
DtsImportType.h32 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtypeArgumentsExpression.h32 class TSTypeParameterInstantiation; variable
DnewExpression.h32 class TSTypeParameterInstantiation; variable
DtaggedTemplateExpression.h33 class TSTypeParameterInstantiation; variable
DcallExpression.h33 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DtaggedTemplateExpression.h23 class TSTypeParameterInstantiation; variable
DcallExpression.h34 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h23 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassDefinition.h30 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h57 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h70 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h102 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h71 class TSTypeParameterInstantiation; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp534 std::tuple<Signature *, const ir::TSTypeParameterInstantiation *, TypeRelationFlag> info, in ValidateSignature()