Searched defs:TSTypeParameterDeclaration (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsTypeParameterDeclaration.h | 25 class TSTypeParameterDeclaration : public Expression { class 27 explicit TSTypeParameterDeclaration(ArenaVector<TSTypeParameter *> &¶ms, size_t requiredParams) in TSTypeParameterDeclaration() function in ark::es2panda::ir::TSTypeParameterDeclaration |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsTypeParameterDeclaration.h | 38 class TSTypeParameterDeclaration : public Expression { class 40 explicit TSTypeParameterDeclaration(binder::LocalScope *scope, ArenaVector<TSTypeParameter *> &¶ms, in TSTypeParameterDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeParameterDeclaration |
Completed in 1 milliseconds