Searched refs:lookupInstanceMethod (Results 1 – 6 of 6) sorted by relevance
849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
1294 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function1618 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
1632 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1652 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2553 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1729 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
627 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()