[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git] / clang / test / Index / targeted-cursor.m.h
blob735c7bd08f264ac307717a4a8775b04f05dd0fd1
2 @interface I
4 -(void)mm:(void (^)(I*))block;
5 -(void)mm2:(I*)i;
7 @end