Searched refs:AddImportDecl (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | savedBindingsCtx.cpp | 37 VarBinder()->GetScope()->AsModuleScope()->AddImportDecl(importDecl, std::move(declList)); in BindImportDecl()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 2929 binder::Decl *decl = AddImportDecl(isType, local->Name(), namespaceStart, in ParseNameSpaceImport() 2936 binder::Decl *ParserImpl::AddImportDecl(bool isType, in AddImportDecl() function in panda::es2panda::parser::ParserImpl 3014 binder::Decl *decl = AddImportDecl(isTypeOfImportSpecifier, local->Name(), local->Start(), in ParseNamedImportSpecifiers() 3136 binder::Decl *decl = AddImportDecl(isType, local->Name(), local->Start(), binder::DeclarationFlags::IMPORT); in ParseImportDefaultSpecifier()
|
H A D | parserImpl.h | 451 binder::Decl *AddImportDecl(bool isType,
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.h | 929 void AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls);
|
H A D | scope.cpp | 626 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl() function in ark::es2panda::varbinder::ModuleScope
|
Completed in 12 milliseconds