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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 275 StringRef toAttr = "strong";
279 toAttr = "weak";
281 toAttr = "unsafe_unretained";
284 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
286 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 170 StringRef toAttr = "strong";
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
Transforms.cpp 323 StringRef toAttr,
369 if (!toAttr.empty()) {
370 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
389 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
Transforms.h 118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 266 return getAttribute(SVGNames::toAttr);

Completed in 72 milliseconds