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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
H A DTransProperties.cpp272 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { argument
273 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
276 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, argument
278 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
H A DTransforms.cpp379 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, argument
423 if (tok.getRawIdentifier() == fromAttr) {
425 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);

Completed in 62 milliseconds