Home
last modified time | relevance | path

Searched refs:ImportDeclaration (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DimportDeclaration.cpp23 void ImportDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
32 void ImportDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
40 void ImportDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
42 checker::Type *ImportDeclaration::Check([[maybe_unused]] checker::Checker *checker) const in Check()
47 void ImportDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
DimportDeclaration.h35 class ImportDeclaration : public Statement {
37 …explicit ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, bool isType) in ImportDeclaration() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-import-type-expected.txt5 "type": "ImportDeclaration",
76 "type": "ImportDeclaration",
133 "type": "ImportDeclaration",
190 "type": "ImportDeclaration",
Dtest-new-expression2-expected.txt5 "type": "ImportDeclaration",
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxCheckerForStrcitMode.ts191 function checkImportDeclaration(node: ts.ImportDeclaration, scope: Scope): void {
286 case ts.SyntaxKind.ImportDeclaration:
287 checkImportDeclaration(<ts.ImportDeclaration>node, scope);
Drecorder.ts205 case ts.SyntaxKind.ImportDeclaration: {
210 this.recordEcmaImportInfo(<ts.ImportDeclaration>childNode, scope);
212 …let importStmt = this.recordImportInfo(<ts.ImportDeclaration>childNode); // [delete it when type s…
382 private recordImportInfo(node: ts.ImportDeclaration): ModuleStmt {
506 private recordEcmaImportInfo(node: ts.ImportDeclaration, scope: Scope): void {
DtypeChecker.ts451 case ts.SyntaxKind.ImportDeclaration:
Dindex.ts55 …ement.kind === ts.SyntaxKind.ImportKeyword || statement.kind === ts.SyntaxKind.ImportDeclaration) {
Dcompiler.ts449 case ts.SyntaxKind.ImportDeclaration:
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h52 _(IMPORT_DECLARATION, ImportDeclaration) \
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h29 class ImportDeclaration; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h65 class ImportDeclaration; variable
DstatementParser.cpp3022 … auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), isType); in ParseImportDeclaration()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …laration=263]="ImportEqualsDeclaration",l[l.ImportDeclaration=264]="ImportDeclaration",l[l.ImportC…