Searched refs:fromAttr (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/ARCMigrate/ |
D | Transforms.h | 115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute() argument 116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute() 118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
|
D | TransProperties.cpp | 271 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()
|
D | Transforms.cpp | 380 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/ |
D | Transforms.h | 116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute() argument 117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute() 119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
|
D | TransProperties.cpp | 273 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()
|
D | Transforms.cpp | 384 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/ |
D | XSLTSchema.java | 260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from", in build() local 395 fromAttr, in build()
|