In MatchAllMethodDeclarations, when checking a hidden decl, be sure to allow hidden when searching for methods. rdar://28699972 llvm-svn: 283943
6 lines
91 B
Objective-C
6 lines
91 B
Objective-C
@protocol NSObject
|
|
@property (readonly) int hash;
|
|
@end
|
|
@interface NSObject <NSObject>
|
|
@end
|