Home
last modified time | relevance | path

Searched defs:ImportDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h362 explicit ImportDecl(util::StringView importName, util::StringView localName) in ImportDecl() function
367 explicit ImportDecl(util::StringView importName, util::StringView localName, ir::AstNode *node) in ImportDecl() function
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py239 def visit_import_decl(self, d: "ImportDecl") -> T:
364 def visit_import_decl(self, d: "ImportDecl") -> None:
Ddeclarations.py394 class ImportDecl(NamedDeclWithParent["PackageDecl"], metaclass=ABCMeta): class
881 def add_import(self, i: ImportDecl):