HomeSort by relevance Sort by last modified time
    Searched refs:fromAttr (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) {
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
TransProperties.cpp 291 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const {
292 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
Transforms.cpp 388 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr,
432 if (tok.getRawIdentifier() == fromAttr) {
434 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
395 fromAttr,
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1058 milliseconds