Home
last modified time | relevance | path

Searched refs:AddImportDecl (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp37 VarBinder()->GetScope()->AsModuleScope()->AddImportDecl(importDecl, std::move(declList)); in BindImportDecl()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2929 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 DparserImpl.h451 binder::Decl *AddImportDecl(bool isType,
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h929 void AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls);
H A Dscope.cpp626 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl() function in ark::es2panda::varbinder::ModuleScope

Completed in 12 milliseconds