Home
last modified time | relevance | path

Searched defs:importDeclaration (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsReExportDeclaration.cpp57 auto importDeclaration = GetETSImportDeclarations(); in Dump() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1092 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration()
1149 void TSDeclGen::GenNamedImports(const ir::ETSImportDeclaration *importDeclaration, in GenNamedImports()
1168const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsImportStatement()
1187const 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()
1321const ir::ETSImportDeclaration *importDeclaration, bool isTypeKind) in GenDtsReExportStatement()
1340const ir::ETSImportDeclaration *importDeclaration, bool isInterface) in GenTsReExportStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp374 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
DETSparser.cpp1215 auto *const importDeclaration = AllocNode<ir::ETSImportDeclaration>( in ParseImportPathBuildImport() local
1231 auto *const importDeclaration = in ParseImportPathBuildImport() local
1873 ir::ETSImportDeclaration *importDeclaration {}; in ParseImportDeclaration() local
DASparser.cpp1747 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
DstatementParser.cpp2021 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts97 const importDeclaration = node as ts.ImportDeclaration; constant
DTypeScriptLinter.ts8771 const importDeclaration = specifier.parent.parent.parent; constant
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import.cpp138 auto importDeclaration = in Find() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp78 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
733 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts511 readonly importDeclaration: String; property in LspCompletionEntryData
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3593 const importDeclaration = importClause.parent; constant
3633 const importDeclaration = ts.factory.createImportDeclaration( constant
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1137 es2panda_AstNode *importDeclaration) in InsertETSImportDeclarationAndParse()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3309 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local