Home | History | Annotate | Download | only in ARCMigrate

Lines Matching full:getter

261       // Find space location range between receiver expression and getter method.
268 // rewrite getter method expression into: receiver.property or
452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter,
469 std::string PropertyNameString = Getter->getNameAsString();
473 PropertyString += "(getter=";
477 PropertyString += ", getter=";
490 QualType QT = Getter->getReturnType();
494 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
505 QualType RT = Getter->getReturnType();
543 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc();
544 Selector GetterSelector = Getter->getSelector();
548 commit.replace(CharSourceRange::getCharRange(Getter->getLocStart(),
581 // the getter method as it ends up on the property itself which we don't want
1170 // Is this method candidate to be a getter?
1190 // try a different naming convention for getter: isXxxxx
1223 // Is this a valid setter, matching the target getter?