Lines Matching full:instancemethod
3507 ObjCMethodDecl *&InstanceMethod,
3557 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
3558 if (!InstanceMethod) {
3581 ObjCMethodDecl *InstanceMethod = nullptr;
3584 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3617 if (InstanceMethod) {
3620 if (InstanceMethod->isPropertyAccessor())
3621 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) {
3626 << SrcType << DestType << InstanceMethod->getSelector() << true
3630 // Provide a fixit: [ObjectExpr InstanceMethod]
3632 ExpressionString += InstanceMethod->getSelector().getAsString();
3636 << SrcType << DestType << InstanceMethod->getSelector() << true
3645 InstanceMethod->getLocation(),
3646 InstanceMethod->getSelector(),
3647 InstanceMethod, None);