Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp276 StringRef toAttr = "strong"; in checkAllAtProps() local
280 toAttr = "weak"; in checkAllAtProps()
282 toAttr = "unsafe_unretained"; in checkAllAtProps()
285 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
287 MigrateCtx.addPropertyAttribute(toAttr, AtLoc); in checkAllAtProps()
DTransProperties.cpp172 StringRef toAttr = "strong"; in doPropAction() local
173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction()
300 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute() argument
302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransforms.cpp384 StringRef toAttr, in rewritePropertyAttribute() argument
430 if (!toAttr.empty()) { in rewritePropertyAttribute()
431 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
450 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) { in rewritePropertyAttribute()
DTransforms.h119 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-2005-08-2317086 (KJS::toAttr):
DChangeLog-2007-10-1433627 (WebCore::toAttr):
DChangeLog-2008-08-1044505 - Removed custom toAttr, which took a boolean ok, and teach CodeGeneratorJS.pm