Searched refs:lookupInstanceMethod (Results 1 – 10 of 10) sorted by relevance
677 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
1847 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function2189 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1860 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1880 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2329 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()2893 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1864 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
7406 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
1290 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
763 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
1083 original_interface_decl->lookupInstanceMethod(original_selector)) { in FindObjCMethodDeclsWithOrigin()
8516 ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()8547 ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()