Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/
MethodPoolA.h
@interface A + (int)method1; - (int)method2:(int)param; @end @interface B : A @end @interface C @end