Home
last modified time | relevance | path

Searched refs:toAttr (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp275 StringRef toAttr = "strong"; in checkAllAtProps() local
279 toAttr = "weak"; in checkAllAtProps()
281 toAttr = "unsafe_unretained"; in checkAllAtProps()
284 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
286 MigrateCtx.addPropertyAttribute(toAttr, AtLoc); in checkAllAtProps()
DTransProperties.cpp170 StringRef toAttr = "strong"; in doPropAction() local
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction()
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute() argument
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransforms.cpp323 StringRef toAttr, in rewritePropertyAttribute() argument
369 if (!toAttr.empty()) { in rewritePropertyAttribute()
370 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
389 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
DTransforms.h118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp266 return getAttribute(SVGNames::toAttr); in toValue()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1011110 (KJS::toAttr): add bool ok parameter
24598 (KJS::toAttr):
DChangeLog-2007-10-1433627 (WebCore::toAttr):
DChangeLog-2005-08-2317086 (KJS::toAttr):
DChangeLog-2008-08-1044505 - Removed custom toAttr, which took a boolean ok, and teach CodeGeneratorJS.pm