HomeSort by relevance Sort by last modified time
    Searched refs:rewritePropertyAttribute (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
TransProperties.cpp 168 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
TransGCAttrs.cpp 283 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
Transforms.cpp 388 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr,

Completed in 63 milliseconds