Searched refs:ImportDecl (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | declaration.h | 331 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 D | variableFlags.h | 32 _(IMPORT, ImportDecl) \
|
H A D | scope.h | 896 using ImportDeclList = ArenaVector<ImportDecl *>;
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 293 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