Home
last modified time | relevance | path

Searched refs:TypeAliasDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h245 class TypeAliasDecl : public Decl {
247 explicit TypeAliasDecl(util::StringView name) : Decl(name) {} in TypeAliasDecl() function
DvariableFlags.h32 _(TYPE_ALIAS, TypeAliasDecl) \
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp703 …auto *decl = Binder()->AddTsDecl<binder::TypeAliasDecl>(lexer_->GetToken().Start(), isDeclare, tsB… in ParseTsTypeAliasDeclaration()
2766 return Binder()->AddTsDecl<binder::TypeAliasDecl>(startPos, flag, false, tsBinding.View()); in AddImportDecl()