Files
llvm-project/clang/test/Modules/Inputs/lookup_right.h
Douglas Gregor c10edd6dd0 Use the module manager's search facility to look for methods with a
given selector, rather than walking the chain backwards. Teach its
visitor how to merge multiple result sets into a single result set,
combining the results of selector lookup in several different modules
into a single result set.

llvm-svn: 138556
2011-08-25 14:51:20 +00:00

6 lines
38 B
Objective-C

@interface B
- (double)method;
@end