Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dexceptions.py43 def __init__(self, prev: "NamedDecl"):
57 def __init__(self, prev: "NamedDecl", current: "NamedDecl"):
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Danalysis.py345 def check_collision_helper(self, children: Iterable[NamedDecl]):
Ddeclarations.py108 class NamedDecl(Decl, metaclass=ABCMeta): class