Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstanceMethod

3819                                             ObjCMethodDecl *&InstanceMethod,
3869 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
3870 if (!InstanceMethod) {
3893 ObjCMethodDecl *InstanceMethod = nullptr;
3896 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3929 if (InstanceMethod) {
3932 if (InstanceMethod->isPropertyAccessor())
3933 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) {
3938 << SrcType << DestType << InstanceMethod->getSelector() << true
3942 // Provide a fixit: [ObjectExpr InstanceMethod]
3944 ExpressionString += InstanceMethod->getSelector().getAsString();
3948 << SrcType << DestType << InstanceMethod->getSelector() << true
3957 InstanceMethod->getLocation(),
3958 InstanceMethod->getSelector(),
3959 InstanceMethod, None);