Home | History | Annotate | Download | only in Sema

Lines Matching defs:InstanceMethod

3568                                             ObjCMethodDecl *&InstanceMethod,
3618 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
3619 if (!InstanceMethod) {
3642 ObjCMethodDecl *InstanceMethod = nullptr;
3645 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3678 if (InstanceMethod) {
3681 if (InstanceMethod->isPropertyAccessor())
3682 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) {
3687 << SrcType << DestType << InstanceMethod->getSelector() << true
3691 // Provide a fixit: [ObjectExpr InstanceMethod]
3693 ExpressionString += InstanceMethod->getSelector().getAsString();
3697 << SrcType << DestType << InstanceMethod->getSelector() << true
3706 InstanceMethod->getLocation(),
3707 InstanceMethod->getSelector(),
3708 InstanceMethod, None);