Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dexceptions.py240 last: tuple["TypeDecl", "TypeRefDecl"],
257 last: tuple["TypeDecl", "TypeRefDecl"],
258 other: list[tuple["TypeDecl", "TypeRefDecl"]],
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py255 def visit_type_decl(self, d: "TypeDecl") -> T:
394 def visit_type_decl(self, d: "TypeDecl") -> None:
Ddeclarations.py680 class TypeDecl(PackageLevelDecl, metaclass=ABCMeta): class