Lines Matching refs:lookupMethod
317 /// lookupMethod - This method returns an instance/class method by looking in
319 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
340 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
355 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1034 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1036 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel,
1044 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))