Searched refs:toAttr (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp276 StringRef toAttr = "strong"; local
280 toAttr = "weak";
282 toAttr = "unsafe_unretained";
285 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
287 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
H A DTransProperties.cpp170 StringRef toAttr = "strong"; local
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, argument
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
H A DTransforms.cpp374 StringRef toAttr,
420 if (!toAttr.empty()) {
421 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
440 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
373 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
H A DTransforms.h119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp266 return getAttribute(SVGNames::toAttr);

Completed in 89 milliseconds