Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Ddeclarations.py203 class ParamDecl(NamedDeclWithParent[Decl]): class
302 def add_param(self, p: ParamDecl):
625 def add_param(self, p: ParamDecl):
666 def add_param(self, p: ParamDecl):
Dformat.py138 def get_param_decl(self, d: "ParamDecl") -> str:
Dvisitor.py209 def visit_param_decl(self, d: "ParamDecl") -> T:
313 def visit_param_decl(self, d: "ParamDecl") -> None: