Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_auto_completion_test.cpp42 auto importDecl = targetImportDeclaration->AsETSImportDeclaration()->Source()->ToString(); in TEST_F() local
65 auto importDecl = targetImportDeclaration->AsETSImportDeclaration()->Source()->ToString(); in TEST_F() local
106 auto importDecl = targetImportDeclaration->AsETSImportDeclaration()->Source()->ToString(); in TEST_F() local
136 auto importDecl = targetImportDeclaration->AsETSImportDeclaration()->Source()->ToString(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl()
DscopesInitPhase.cpp1057 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DimportExportAccessValid.cpp33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
Ddynamic_call_test.cpp92 auto importDecl = util::NodeAllocator::Alloc<ir::ETSImportDeclaration>( in AddDynImport() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dorganize_imports.cpp128 auto *importDecl = importNode->AsETSImportDeclaration(); in CollectImports() local
Dcompletions.cpp897 auto importDecl = data->GetImportDeclaration(); in IsCompletionEntryDataResolved() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import.cpp45 auto *importDecl = in CreateImportDecl() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp202 void ImportExportDecls::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
DglobalClassHandler.cpp71 auto importDecl = reExport->GetETSImportDeclarations(); in CollectReExportedClasses() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1672 std::pair<bool, util::StringView> FindSpecifierForModuleObject(ir::ETSImportDeclaration *importDecl, in FindSpecifierForModuleObject()
1692 ir::ETSImportDeclaration *importDecl, in BindingsModuleObjectAddProperty()
1740 ir::ETSImportDeclaration *importDecl) in SetPropertiesForModuleObject()
3083 void ETSChecker::ImportNamespaceObjectTypeAddReExportType(ir::ETSImportDeclaration *importDecl, in ImportNamespaceObjectTypeAddReExportType()
3105 Type *ETSChecker::GetImportSpecifierObjectType(ir::ETSImportDeclaration *importDecl, ir::Identifier… in GetImportSpecifierObjectType()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp422 auto importDecl = in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1150 const importDecl = node; constant
7836 const importDecl = declaration.parent; constant
7987 const importDecl = firstDeclaration.parent.parent.parent; constant
8495 const importDecl = decl.parent.parent.parent; constant
9504 const importDecl = ts.findAncestor(importSpecifier, ts.isImportDeclaration); constant
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp740 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1288 …auto *const importDecl = ParseImportPathBuildImport(std::move(specifiers), true, startLoc, importK… in ParseImportDeclarations() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2784 ir::ETSImportDeclaration *importDecl = nullptr; in Check() local