Lines Matching full:getter
417 // Also must look for a getter or setter name which uses property syntax.
1328 // Also must look for a getter name which uses property syntax.
1331 ObjCMethodDecl *Getter;
1332 if ((Getter = IFace->lookupClassMethod(Sel))) {
1334 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1337 Getter = IFace->lookupPrivateMethod(Sel, false);
1338 // If we found a getter then this may be a valid dot-reference, we
1356 if (Getter || Setter) {
1357 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,