Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py134 def get_parent_decl(self, d: "IfaceParentDecl") -> str:
Dvisitor.py284 def visit_iface_parent_decl(self, d: "IfaceParentDecl") -> T:
446 def visit_iface_parent_decl(self, d: "IfaceParentDecl") -> None:
Ddeclarations.py572 class IfaceParentDecl(DeclWithParent["IfaceDecl"]): class
787 def add_parent(self, p: IfaceParentDecl):