Home
last modified time | relevance | path

Searched refs:fromAttr (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute() argument
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute()
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
DTransProperties.cpp291 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() argument
292 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc); in removeAttribute()
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute() argument
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransforms.cpp388 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() argument
432 if (tok.getRawIdentifier() == fromAttr) { in rewritePropertyAttribute()
434 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from", in build() local
395 fromAttr, in build()