Searched refs:toAttr (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 276 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()
|
D | TransProperties.cpp | 172 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()
|
D | Transforms.cpp | 384 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()
|
D | Transforms.h | 119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimationElement.cpp | 266 return getAttribute(SVGNames::toAttr); in toValue()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 11110 (KJS::toAttr): add bool ok parameter 24598 (KJS::toAttr):
|
D | ChangeLog-2005-08-23 | 17086 (KJS::toAttr):
|
D | ChangeLog-2007-10-14 | 33627 (WebCore::toAttr):
|
D | ChangeLog-2008-08-10 | 44505 - Removed custom toAttr, which took a boolean ok, and teach CodeGeneratorJS.pm
|