reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1168   if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
 1168   if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
 1169       Method->param_size() != 0)
 1172   QualType GRT = Method->getReturnType();
 1176   Selector GetterSelector = Method->getSelector();
 1221         !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch))
 1233     rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
 1247     rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIObj, commit,