Searched refs:ImportModule (Results 1 – 3 of 3) sorted by relevance
31 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()
217 void ImportModule(const ir::AstNode *node, const util::StringView &name);
1470 void PandaGen::ImportModule(const ir::AstNode *node, const util::StringView &name) in ImportModule() function in panda::es2panda::compiler::PandaGen