Home
last modified time | relevance | path

Searched refs:ImportModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DmoduleContext.cpp31 pg->ImportModule(importDecl, importDecl->Source()->Str()); in CompileImports()
55 pg->ImportModule(exportDecl, exportDecl->AsExportAllDeclaration()->Source()->Str()); in CompileExports()
58 pg->ImportModule(exportDecl, exportDecl->AsExportNamedDeclaration()->Source()->Str()); in CompileExports()
Dpandagen.h217 void ImportModule(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp1470 void PandaGen::ImportModule(const ir::AstNode *node, const util::StringView &name) in ImportModule() function in panda::es2panda::compiler::PandaGen