Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute() argument
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute()
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
DTransProperties.cpp271 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() argument
272 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc); in removeAttribute()
275 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute() argument
277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransforms.cpp380 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() argument
424 if (tok.getRawIdentifier() == fromAttr) { in rewritePropertyAttribute()
426 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/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.cpp273 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() argument
274 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc); in removeAttribute()
277 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute() argument
279 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransforms.cpp384 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() argument
428 if (tok.getRawIdentifier() == fromAttr) { in rewritePropertyAttribute()
430 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()