Home
last modified time | relevance | path

Searched defs:TypeAliasDecl (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h246 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 Ddeclaration.h251 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