Searched defs:ImportDefaultSpecifier (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/module/ | ||
| H A D | importDefaultSpecifier.h | 24 class ImportDefaultSpecifier : public Statement { class 26 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() function in ark::es2panda::ir::ImportDefaultSpecifier |
| /arkcompiler/ets_frontend/es2panda/ir/module/ | ||
| H A D | importDefaultSpecifier.h | 34 class ImportDefaultSpecifier : public Statement { class 36 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportDefaultSpecifier |
Completed in 1 milliseconds