Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py256 def visit_union_field_decl(self, d: "UnionFieldDecl"):
Dvisitor.py276 def visit_union_field_decl(self, d: "UnionFieldDecl") -> T:
430 def visit_union_field_decl(self, d: "UnionFieldDecl") -> None:
Ddeclarations.py515 class UnionFieldDecl(NamedDeclWithParent["UnionDecl"]): class
731 def add_field(self, f: UnionFieldDecl):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py807 def __init__(self, am: AnalysisManager, d: UnionFieldDecl) -> None: