Lines Matching refs:search
2570 // n*n search is good enough.
2641 // Bypass this search if we've never seen an instance/class method
2659 // Prevent the search from reaching this container again. This is
2698 search(protocol->getReferencedProtocols());
2705 search(category->getReferencedProtocols());
2713 search(category);
2715 search(Interface);
2719 search(Interface);
2733 search(*cat);
2738 search(super);
2741 search(iface->getReferencedProtocols());
2748 search(Interface);
2752 void search(const ObjCProtocolList &protocols) {
2755 search(*i);
2758 void search(ObjCContainerDecl *container) {
2769 // Otherwise, search for methods that a hypothetical method here
2783 // Search for overridden methods and merge information down from them.