Searched defs:TypeParameterDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 206 class TypeParameterDecl : public Decl { class 208 explicit TypeParameterDecl(util::StringView name) : Decl(name) {} in TypeParameterDecl() function in ark::es2panda::ark::es2panda::varbinder::TypeParameterDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 211 class TypeParameterDecl : public Decl { class |
Completed in 2 milliseconds