Home
last modified time | relevance | path

Searched defs:importDecl (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl()
DscopesInitPhase.cpp973 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DimportExportAccessValid.cpp33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
Ddynamic_call_test.cpp91 auto importDecl = in AddDynImport() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp218 void ImportExportDecls::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1235 std::pair<bool, util::StringView> FindSpecifierForModuleObject(ir::ETSImportDeclaration *importDecl, in FindSpecifierForModuleObject()
1255 ir::ETSImportDeclaration *importDecl, in BindingsModuleObjectAddProperty()
1302 ir::ETSImportDeclaration *importDecl) in SetPropertiesForModuleObject()
2605 void ETSChecker::ImportNamespaceObjectTypeAddReExportType(ir::ETSImportDeclaration *importDecl, in ImportNamespaceObjectTypeAddReExportType()
2623 ETSObjectType *ETSChecker::GetImportSpecifierObjectType(ir::ETSImportDeclaration *importDecl, ir::I… in GetImportSpecifierObjectType()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp423 auto importDecl = in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp650 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2102 auto *importDecl = st->Parent()->AsETSImportDeclaration(); in Check() local
2898 auto importDecl = baseType->AsETSObjectType()->GetDeclNode()->Parent()->Parent(); in Check() local