Lines Matching refs:Patch
144 def strip_typedef(self) -> Patch:
158 def move_typedef(self, position) -> Iterator[Patch]:
161 yield Patch(position, position, self.make_simple_typedef())
163 def split_typedef(self) -> Iterator[Patch]:
170 def gen_patches(self) -> Iterator[Patch]:
176 def gen_patches(self) -> Iterable[Patch]:
196 def gen_patches(self) -> Iterable[Patch]:
206 def gen_patches(self) -> Iterator[Patch]:
339 def gen_patches(self) -> Iterable[Patch]:
454 def gen_patches(self) -> Iterable[Patch]:
577 def gen_patches(self) -> Iterable[Patch]:
637 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
647 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
675 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
787 def gen_patches(self) -> Iterator[Patch]:
860 def gen_patches(self) -> Iterable[Patch]: