Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportNamedDeclaration.h27 explicit ExportNamedDeclaration(ArenaAllocator *allocator, StringLiteral *source, in ExportNamedDeclaration() function
36 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl, in ExportNamedDeclaration() function
45 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl) in ExportNamedDeclaration() function
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportNamedDeclaration.h38 …explicit ExportNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers, in ExportNamedDeclaration() function
49 explicit ExportNamedDeclaration(Statement *decl, ArenaVector<ExportSpecifier *> &&specifiers) in ExportNamedDeclaration() function
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h43 class ExportNamedDeclaration; variable
44 class ExportNamedDeclaration; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h58 class ExportNamedDeclaration; variable
59 class ExportNamedDeclaration; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h31 class ExportNamedDeclaration; variable