Searched refs:lookupInstanceMethod (Results 1 – 6 of 6) sorted by relevance
1137 ObjCMethodDecl *lookupInstanceMethod(Selector Sel,1437 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1450 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1470 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2280 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1611 (!Super || !Super->lookupInstanceMethod(method->getSelector()))) { in CheckProtocolMethodDefs()1622 IDecl->lookupInstanceMethod(method->getSelector(), in CheckProtocolMethodDefs()
1523 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
454 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()