Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h353 class ImportEqualsDecl : public Decl { class
355 explicit ImportEqualsDecl(util::StringView name) : Decl(name) {} in ImportEqualsDecl() function in panda::es2panda::panda::es2panda::binder::ImportEqualsDecl
H A DvariableFlags.h41 _(IMPORT_EQUALS, ImportEqualsDecl)
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp514 auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(id->Start(), declflag, false, id->Name()); in ParseTsImportEqualsDeclaration()
3118 auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(local->Start(), binder::DeclarationFlags::NONE, in ParseImportDefaultSpecifier()

Completed in 7 milliseconds