[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / redecl-merge-bottom.h
blobb8fb1794afae2b291e09fbb5b20dd035dfb37081
1 @import redecl_merge_left;
3 @class C4;
4 @class C4;
5 @protocol P4;
6 @protocol P4;
7 @protocol P4;
8 @import redecl_merge_right;
10 @class B;
12 @class A;
14 @protocol P1;
16 struct S1;
17 struct S3;
19 void refers_to_C4(C4*);
21 @interface UnrelatedToDeclaredThenLoaded
22 - declaredThenLoadedMethod;
23 @end
25 @class DeclaredThenLoaded;