llvm-project/clang/test/Index/index-suppress-refs.h
Argyrios Kyrtzidis 41cfce25fe [libclang] Suppress indexing references for occurrences of the interface
in a superclass and the protocols in a protocol list.

llvm-svn: 146615
2011-12-15 00:04:56 +00:00

10 lines
56 B
Objective-C

@interface I
@end
@interface B
@end
@protocol P
@end