Searched defs:TypeAliasDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 246 class TypeAliasDecl : public Decl { class 248 explicit TypeAliasDecl(util::StringView name) : Decl(name) {} in TypeAliasDecl() function in ark::es2panda::ark::es2panda::varbinder::TypeAliasDecl 249 explicit TypeAliasDecl(util::StringView name, ir::AstNode *node) : Decl(name, node) {} in TypeAliasDecl() function in ark::es2panda::ark::es2panda::varbinder::TypeAliasDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 251 class TypeAliasDecl : public Decl { class 253 explicit TypeAliasDecl(util::StringView name) : Decl(name) {} in TypeAliasDecl() function in panda::es2panda::panda::es2panda::binder::TypeAliasDecl |
Completed in 2 milliseconds