Searched refs:lookupInstanceMethod (Results 1 – 7 of 7) sorted by relevance
762 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
1823 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function2173 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
101 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
2038 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()2058 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2511 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()3077 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
2221 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
164 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
764 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()