Home
last modified time | relevance | path

Searched defs:importDeclaration (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementTSParser.cpp365 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
H A DASparser.cpp1714 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
H A DstatementParser.cpp1863 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
H A DETSparser.cpp1142 auto *importDeclaration = in ParseImportDeclarations() local
1611 auto *importDeclaration = AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers)); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp430 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp72 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration() argument
647 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp3292 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local

Completed in 17 milliseconds