Searched refs:lookupInstanceMethod (Results 1 – 8 of 8) sorted by relevance
849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
1513 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function1841 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
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()2744 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
1727 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
1002 …if (ObjCMethodDecl *instance_method_decl = original_interface_decl->lookupInstanceMethod(original_… in FindObjCMethodDeclsWithOrigin()
681 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
5461 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel)) in AddObjCClassProperty()5497 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel)) in AddObjCClassProperty()