Home
last modified time | relevance | path

Searched defs:ShortTypeRefDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py96 def visit_short_type_ref_decl(self, d: "ShortTypeRefDecl") -> str:
Dvisitor.py217 def visit_short_type_ref_decl(self, d: "ShortTypeRefDecl") -> T:
325 def visit_short_type_ref_decl(self, d: "ShortTypeRefDecl") -> None:
Danalysis.py204 def visit_short_type_ref_decl(self, d: ShortTypeRefDecl) -> None:
Ddeclarations.py226 class ShortTypeRefDecl(TypeRefDecl): class