Searched refs:lookupInstanceMethod (Results 1 – 7 of 7) sorted by relevance
849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
1289 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function1613 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
1619 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1639 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2447 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1701 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
623 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
4897 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel)) in AddObjCClassProperty()4930 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel)) in AddObjCClassProperty()