Home
last modified time | relevance | path

Searched refs:TypedefMatch (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py96 class TypedefMatch(FileMatch): class
101 class SimpleTypedefMatch(TypedefMatch):
131 class FullStructTypedefMatch(TypedefMatch):
214 def typedefs(file: FileInfo) -> Iterable[TypedefMatch]:
215 return (cast(TypedefMatch, m)
219 def find_typedef(f: FileInfo, name: Optional[str]) -> Optional[TypedefMatch]:
258 def find_typedef(self) -> Optional[TypedefMatch]: