DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-9 / 1%3A9.0.1-16 / clang / test / Modules / Inputs / MethodPoolB.h
12345678910111213
@interface B - (int)method1; - (int)method2:(float)param; @end