Searched defs:fromAttr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
H A DTransProperties.cpp288 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { argument
289 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
292 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, argument
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
H A DTransforms.cpp373 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, argument
419 if (ident == fromAttr) {
421 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);

Completed in 101 milliseconds