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

Declarations

tools/clang/lib/ARCMigrate/Transforms.h
  118   bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,

References

tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  278       MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
tools/clang/lib/ARCMigrate/TransProperties.cpp
  158       MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
  278     return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
tools/clang/lib/ARCMigrate/Transforms.h
  116     return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);