reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
278 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
tools/clang/lib/ARCMigrate/TransProperties.cpp158 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); 278 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);tools/clang/lib/ARCMigrate/Transforms.h
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);