Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py201 def visit_decl_import_decl(self, d: "DeclarationImportDecl"):
Dvisitor.py245 def visit_decl_import_decl(self, d: "DeclarationImportDecl") -> T:
374 def visit_decl_import_decl(self, d: "DeclarationImportDecl") -> None:
Ddeclarations.py453 class DeclarationImportDecl(ImportDecl): class
889 def add_decl_import(self, i: DeclarationImportDecl):