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

/external/clang/lib/ARCMigrate/
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
H A DTransProperties.cpp288 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { argument
289 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, argument
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
H A DTransforms.cpp322 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, argument
368 if (ident == fromAttr) {
370 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTSchema.java260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
395 fromAttr,
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp276 return getAttribute(SVGNames::fromAttr);

Completed in 248 milliseconds