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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 272 StringRef toAttr = "strong";
276 toAttr = "weak";
278 toAttr = "unsafe_unretained";
281 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
283 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 158 StringRef toAttr = "strong";
159 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
277 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
279 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
Transforms.cpp 385 StringRef toAttr,
429 if (!toAttr.empty()) {
430 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
Transforms.h 119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,

Completed in 1883 milliseconds