[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolB.h
blobe1e86edaf84bff7067d306fb67cb286b1c06b1b6
10 @interface B
11 - (int)method1;
12 - (int)method2:(float)param;
13 @end