| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_auto_completion_test.cpp | 42 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/ |
| D | savedBindingsCtx.cpp | 25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl()
|
| D | scopesInitPhase.cpp | 1057 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/ |
| D | importExportAccessValid.cpp | 33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/ |
| D | dynamic_call_test.cpp | 92 auto importDecl = util::NodeAllocator::Alloc<ir::ETSImportDeclaration>( in AddDynImport() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | organize_imports.cpp | 128 auto *importDecl = importNode->AsETSImportDeclaration(); in CollectImports() local
|
| D | completions.cpp | 897 auto importDecl = data->GetImportDeclaration(); in IsCompletionEntryDataResolved() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_create_import.cpp | 45 auto *importDecl = in CreateImportDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 202 void ImportExportDecls::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
|
| D | globalClassHandler.cpp | 71 auto importDecl = reExport->GetETSImportDeclarations(); in CollectReExportedClasses() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1672 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/ |
| D | ast_builder_test.cpp | 422 auto importDecl = in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 1150 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/ |
| D | scope.cpp | 740 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 1288 …auto *const importDecl = ParseImportPathBuildImport(std::move(specifiers), true, startLoc, importK… in ParseImportDeclarations() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 2784 ir::ETSImportDeclaration *importDecl = nullptr; in Check() local
|