Searched refs:lookupInstanceMethod (Results 1 – 7 of 7) sorted by relevance
671 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
1749 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function2078 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
983 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
165 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()
734 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()