Searched refs:TypedefMatch (Results 1 – 1 of 1) sorted by relevance
96 class TypedefMatch(FileMatch): class101 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]: