Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h347 class ImportEqualsDecl : public Decl {
349 explicit ImportEqualsDecl(util::StringView name) : Decl(name) {} in ImportEqualsDecl() function
DvariableFlags.h40 _(IMPORT_EQUALS, ImportEqualsDecl)
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp476 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(id->Start(), declflag, false, id->Name()); in ParseTsImportEqualsDeclaration()
2887 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(local->Start(), binder::DeclarationFlags:… in ParseImportDefaultSpecifier()