Searched refs:lookupInstanceMethod (Results 1 – 7 of 7) sorted by relevance
1294 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function1618 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
1572 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()1592 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()2495 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1725 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
625 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()