Searched refs:lookupInstanceMethod (Results 1 – 16 of 16) sorted by relevance
762 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
671 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
101 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
2037 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()2057 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2510 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()3076 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1929 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
983 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
1749 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function2078 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1845 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function2195 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
164 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1838 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2764 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1748 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
810 original_interface_decl->lookupInstanceMethod(original_selector)) { in FindObjCMethodDeclsWithOrigin()
734 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
764 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
7748 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()7789 setter = isInstance ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()