Searched defs:ImportDeclaration (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/module/ | ||
| H A D | importDeclaration.h | 26 class ImportDeclaration : public Statement { class 28 explicit ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> const &specifiers, in ImportDeclaration() function in ark::es2panda::ir::ImportDeclaration |
| /arkcompiler/ets_frontend/es2panda/ir/module/ | ||
| H A D | importDeclaration.h | 36 class ImportDeclaration : public Statement { class 38 explicit ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, in ImportDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportDeclaration |
Completed in 2 milliseconds