Searched refs:ImportDeclaration (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/module/ |
D | importDeclaration.cpp | 23 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()
|
D | importDeclaration.h | 35 class ImportDeclaration : public Statement { 37 …explicit ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, bool isType) in ImportDeclaration() function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-import-type-expected.txt | 5 "type": "ImportDeclaration", 76 "type": "ImportDeclaration", 133 "type": "ImportDeclaration", 190 "type": "ImportDeclaration",
|
D | test-new-expression2-expected.txt | 5 "type": "ImportDeclaration",
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | syntaxCheckerForStrcitMode.ts | 191 function checkImportDeclaration(node: ts.ImportDeclaration, scope: Scope): void { 286 case ts.SyntaxKind.ImportDeclaration: 287 checkImportDeclaration(<ts.ImportDeclaration>node, scope);
|
D | recorder.ts | 205 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 {
|
D | typeChecker.ts | 451 case ts.SyntaxKind.ImportDeclaration:
|
D | index.ts | 55 …ement.kind === ts.SyntaxKind.ImportKeyword || statement.kind === ts.SyntaxKind.ImportDeclaration) {
|
D | compiler.ts | 449 case ts.SyntaxKind.ImportDeclaration:
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNodeMapping.h | 52 _(IMPORT_DECLARATION, ImportDeclaration) \
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | declaration.h | 29 class ImportDeclaration; variable
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.h | 65 class ImportDeclaration; variable
|
D | statementParser.cpp | 3022 … auto *importDeclaration = AllocNode<ir::ImportDeclaration>(source, std::move(specifiers), isType); in ParseImportDeclaration()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …laration=263]="ImportEqualsDeclaration",l[l.ImportDeclaration=264]="ImportDeclaration",l[l.ImportC…
|