[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / category_top.h
blob269edc9182e39f9bb1b681af806b6e5c16324fd1
1 @interface Foo
2 @end
4 @interface Foo(Top)
5 -(void)top;
6 @end
8 @interface Foo(Top2)
9 -(void)top2;
10 @end
12 @interface Foo(Top3)
13 -(void)top3;
14 @end
16 @protocol P1
17 @end
19 @protocol P2
20 @end
22 @protocol P3, P4;