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.cpp1373 auto *importDeclaration = in ParseImportDeclarations() local
1888 …auto *importDeclaration = AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers)); in ParseImportDeclaration() local
DASparser.cpp1712 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
DstatementParser.cpp2049 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts206 const importDeclaration = node as ts.ImportDeclaration; constant
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp433 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp73 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
679 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3308 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local