Home | History | Annotate | Download | only in Sema

Lines Matching refs:search

1714     // If no super class conforms to the protocol, we should not search
2808 // Bypass this search if we've never seen an instance/class method
2826 // Prevent the search from reaching this container again. This is
2865 search(protocol->getReferencedProtocols());
2872 search(category->getReferencedProtocols());
2880 search(category);
2882 search(Interface);
2886 search(Interface);
2897 search(Cat);
2901 search(super);
2904 search(iface->getReferencedProtocols());
2911 search(Interface);
2915 void search(const ObjCProtocolList &protocols) {
2918 search(*i);
2921 void search(ObjCContainerDecl *container) {
2933 // Otherwise, search for methods that a hypothetical method here
2947 // Search for overridden methods and merge information down from them.