Home
last modified time | relevance | path

Searched refs:ImportExportDecls (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp28 void ImportExportDecls::ParseDefaultSources() in ParseDefaultSources()
40 bool ImportExportDecls::MatchResolvedPathWithProgram(std::string_view resolvedPath, parser::Program *prog) in MatchResolvedPathWithProgram()
63 void ImportExportDecls::CollectImportedProgramsFromStmts(ark::es2panda::ir::ETSImportDeclaration *stmt, in CollectImportedProgramsFromStmts()
76 GlobalClassHandler::ModuleDependencies ImportExportDecls::HandleGlobalStmts(ArenaVector<parser::Program *> &programs) in HandleGlobalStmts()
119 void ImportExportDecls::PopulateAliasMap(const ir::ExportNamedDeclaration *decl, const util::StringView &path) in PopulateAliasMap()
131 void ImportExportDecls::HandleSelectiveExportWithAlias(util::StringView originalFieldName, util::StringView exportName, in HandleSelectiveExportWithAlias()
165 void ImportExportDecls::VisitFunctionDeclaration(ir::FunctionDeclaration *funcDecl) in VisitFunctionDeclaration()
170 void ImportExportDecls::VisitVariableDeclaration(ir::VariableDeclaration *varDecl) in VisitVariableDeclaration()
177 void ImportExportDecls::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()
182 void ImportExportDecls
[all...]
H A DimportExportDecls.h28 class ImportExportDecls : ir::visitor::EmptyAstVisitor { class
43 ImportExportDecls() = default;
44 ImportExportDecls(varbinder::ETSBinder *varbinder, parser::ETSParser *parser) in ImportExportDecls() function in ark::es2panda::compiler::ImportExportDecls
H A DtopLevelStmts.cpp53 auto imports = ImportExportDecls(program->VarBinder()->AsETSBinder(), ctx->parser->AsETSParser()); in Perform()

Completed in 2 milliseconds