HomeSort by relevance Sort by last modified time
    Searched defs:toAttr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 274 StringRef toAttr = "strong";
278 toAttr = "weak";
280 toAttr = "unsafe_unretained";
283 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
285 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 167 StringRef toAttr = "strong";
168 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);

Completed in 191 milliseconds