Home
last modified time | relevance | path

Searched defs:ImportDefaultSpecifier (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DimportDefaultSpecifier.h24 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 DimportDefaultSpecifier.h34 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