Searched defs:importDeclaration (Results 1 – 8 of 8) sorted by relevance
365 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
1373 auto *importDeclaration = in ParseImportDeclarations() local1888 …auto *importDeclaration = AllocNode<ir::ETSImportDeclaration>(importSource, std::move(specifiers)); in ParseImportDeclaration() local
1712 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
2049 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers)); in ParseImportDeclaration() local
206 const importDeclaration = node as ts.ImportDeclaration; constant
433 void TSDeclGen::GenImportDeclaration(const ir::ETSImportDeclaration *importDeclaration) in GenImportDeclaration()
73 void ScopesInitPhase::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()679 void InitScopesPhaseTs::VisitImportDeclaration(ir::ImportDeclaration *importDeclaration) in VisitImportDeclaration()
3308 auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), in ParseImportDeclaration() local