Home
last modified time | relevance | path

Searched refs:ImportDecl (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h331 class ImportDecl : public Decl { class
333 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() function in ark::es2panda::ark::es2panda::varbinder::ImportDecl
338 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl() function in ark::es2panda::ark::es2panda::varbinder::ImportDecl
H A DvariableFlags.h32 _(IMPORT, ImportDecl) \
H A Dscope.h896 using ImportDeclList = ArenaVector<ImportDecl *>;
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp293 AddOrGetDecl<varbinder::ImportDecl>(VarBinder(), importSpec->Local()->Name(), importSpec, importSpec->Start(), "*", in VisitImportNamespaceSpecifier()
301 AddOrGetDecl<varbinder::ImportDecl>(VarBinder(), importSpec->Local()->Name(), importSpec, importSpec->Start(), in VisitImportSpecifier()
309 AddOrGetDecl<varbinder::ImportDecl>(VarBinder(), local->Name(), importSpec, local->Start(), "default", in VisitImportDefaultSpecifier()
832 AddOrGetDecl<varbinder::ImportDecl>(VarBinder(), importSpec->Local()->Name(), importSpec, importSpec->Start(), in VisitImportNamespaceSpecifier()

Completed in 6 milliseconds