| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsReExportDeclaration.cpp | 57 auto importDeclaration = GetETSImportDeclarations(); in Dump() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1092 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration() 1149 void TSDeclGen::GenNamedImports(const ir::ETSImportDeclaration *importDeclaration, in GenNamedImports() 1168 … const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsImportStatement() 1187 … const ir::ETSImportDeclaration *importDeclaration, bool isTypeKind) in GenDtsImportStatement() 1205 …clGen::GenSingleNamedImport(ir::AstNode *specifier, const ir::ETSImportDeclaration *importDeclarat… in GenSingleNamedImport() 1238 auto importDeclaration = reExportDeclaration->GetETSImportDeclarations(); in GenReExportDeclaration() local 1261 const ir::ETSImportDeclaration *importDeclaration) in GenNamespaceReExportDeclaration() 1299 …Gen::GenSingleNamedReExport(ir::AstNode *specifier, const ir::ETSImportDeclaration *importDeclarat… in GenSingleNamedReExport() 1321 … const ir::ETSImportDeclaration *importDeclaration, bool isTypeKind) in GenDtsReExportStatement() 1340 … const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsReExportStatement()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementTSParser.cpp | 374 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
|
| D | ETSparser.cpp | 1215 auto *const importDeclaration = AllocNode<ir::ETSImportDeclaration>( in ParseImportPathBuildImport() local 1231 auto *const importDeclaration = in ParseImportPathBuildImport() local 1873 ir::ETSImportDeclaration *importDeclaration {}; in ParseImportDeclaration() local
|
| D | ASparser.cpp | 1747 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
|
| D | statementParser.cpp | 2021 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | InteropTypescriptLinter.ts | 97 const importDeclaration = node as ts.ImportDeclaration; constant
|
| D | TypeScriptLinter.ts | 8771 const importDeclaration = specifier.parent.parent.parent; constant
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_create_import.cpp | 138 auto importDeclaration = in Find() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 78 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration() 733 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | lspNode.ts | 511 readonly importDeclaration: String; property in LspCompletionEntryData
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 3593 const importDeclaration = importClause.parent; constant 3633 const importDeclaration = ts.factory.createImportDeclaration( constant
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1137 es2panda_AstNode *importDeclaration) in InsertETSImportDeclarationAndParse()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 3309 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local
|