Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp365 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
DETSparser.cpp1024 …auto *importDeclaration = AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers),… in ParseImportDeclarations() local
1447 …auto *importDeclaration = AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers)); in ParseImportDeclaration() local
DASparser.cpp1714 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
DstatementParser.cpp1858 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts233 const importDeclaration = node as ts.ImportDeclaration; constant
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp430 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp61 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
634 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3223 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local