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