[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / category_left_sub.h
blobd92a873e1fb81cd4fae6309371f8ad9a31559862
1 @interface Foo(LeftSub) <P1>
2 - (void)left_sub;
3 @end
5 @protocol P3
6 - (void)p3_method;
7 @property (retain) id p3_prop;
8 @end
10 @interface Foo(LeftP3) <P3>
11 @end