[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / clang / test / Index / Inputs / hidden-redecls.h
blobc5558cf0ab18e3d6afe914578a75a6fa24a9d403
1 @interface Foo
2 - (void)parent_method;
3 @end