Searched refs:lookupInstanceMethod (Results 1 – 7 of 7) sorted by relevance
646 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
1508 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function1836 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
907 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
1819 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1839 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2746 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1727 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
706 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()