[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / category_left.h
blob05e2a1b96c525b37895925a70bd27a308d2667fb
1 @import category_top;
3 @interface Foo(Left)
4 -(void)left;
5 @end
7 @interface LeftFoo
8 -(void)left;
9 @end
11 @interface Foo(Duplicate)
12 @end
14 @interface Foo(Duplicate)
15 @end