DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.5 / 1%3A3.5.2-3~bpo8%2B2 / clang / test / Modules / Inputs / MethodPoolB.h
12345678910111213
@interface B - (int)method1; - (int)method2:(float)param; @end