Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp291 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute()
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute()
DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
DTransforms.cpp388 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from", in build() local