Home
last modified time | relevance | path

Searched defs:typeParamTypes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.h57 void SetTypeParamTypes(std::vector<Type *> &&typeParamTypes) in SetTypeParamTypes()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.h58 void SetTypeParamTypes(std::vector<Type *> &&typeParamTypes) in SetTypeParamTypes()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeAliasDeclaration.h95 void SetTypeParameterTypes(ArenaVector<checker::Type *> &&typeParamTypes) in SetTypeParameterTypes()