Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportNamedDeclaration.h25 class ExportNamedDeclaration : public Statement { class
27 explicit ExportNamedDeclaration(ArenaAllocator *allocator, StringLiteral *source, in ExportNamedDeclaration() function in ark::es2panda::ir::ExportNamedDeclaration
36 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl, in ExportNamedDeclaration() function in ark::es2panda::ir::ExportNamedDeclaration
45 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl) in ExportNamedDeclaration() function in ark::es2panda::ir::ExportNamedDeclaration
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportNamedDeclaration.h36 class ExportNamedDeclaration : public Statement { class
38 explicit ExportNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers, in ExportNamedDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration
49 explicit ExportNamedDeclaration(Statement *decl, ArenaVector<ExportSpecifier *> &&specifiers) in ExportNamedDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportNamedDeclaration

Completed in 1 milliseconds