native
native copied to clipboard
[ffigen] Filter copied methods
There are a few ways that methods can be copied from one ObjC interface/protocol to another (eg copying methods from a protocol to a conforming interface). This bypasses method filtering (the filtering is applied to Source.method, not Dest.method). After the transformer refactor, we should do this method copying as a transformer, before the filtering.