Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/objc-category/
Category.h
#include "Base.h" @interface DVTSourceModel(Additions) - (int)test:(int)item; @end