Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py280 def visit_struct_field_decl(self, d: "StructFieldDecl"):
Dvisitor.py268 def visit_struct_field_decl(self, d: "StructFieldDecl") -> T:
415 def visit_struct_field_decl(self, d: "StructFieldDecl") -> None:
Ddeclarations.py544 class StructFieldDecl(NamedDeclWithParent["StructDecl"]): class
756 def add_field(self, f: StructFieldDecl):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py857 def __init__(self, am: AnalysisManager, d: StructFieldDecl) -> None: