Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp288 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute()
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, in rewriteAttribute()
DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
DTransforms.cpp322 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