HomeSort by: relevance | last modified time | path
    Searched defs:toAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 268 StringRef toAttr = "strong";
272 toAttr = "weak";
274 toAttr = "unsafe_unretained";
277 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
279 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 156 StringRef toAttr = "strong";
157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
275 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);

Completed in 14 milliseconds