Home
last modified time | relevance | path

Searched defs:ExportNamedDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportNamedDeclaration.h37 …explicit ExportNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers) in ExportNamedDeclaration() function
45 explicit ExportNamedDeclaration(Statement *decl, ArenaVector<ExportSpecifier *> &&specifiers) in ExportNamedDeclaration() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h57 class ExportNamedDeclaration; variable
58 class ExportNamedDeclaration; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h31 class ExportNamedDeclaration; variable