Home
last modified time | relevance | path

Searched defs:exported (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DexportAllDeclarationBuilder.h35 ExportAllDeclarationBuilder &SetExported(Identifier *exported) in SetExported() argument
H A DexportSpecifierBuilder.h35 ExportSpecifierBuilder &SetExported(Identifier *exported) in SetExported() argument
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportAllDeclaration.h27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration() argument
H A DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier() argument
H A DexportAllDeclaration.h38 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertClause) in ExportAllDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1534 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
1544 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
1580 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
[all...]
H A DETSparser.cpp1174 auto *exported = AllocNode<ir::Identifier>(token.Ident(), Allocator()); in ParseSingleExport() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2546 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local
2345 AddExportStarEntryItem(const lexer::SourcePosition &startLoc, const ir::StringLiteral *source, const ir::Identifier *exported) AddExportStarEntryItem() argument
2556 ir::Identifier *exported = nullptr; ParseExportAllDeclaration() local
2625 ir::Identifier *exported = nullptr; ParseExportNamedSpecifiers() local
[all...]

Completed in 12 milliseconds