Home
last modified time | relevance | path

Searched refs:rewritePropertyAttribute (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransforms.h117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute()
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
DTransProperties.cpp173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction()
302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
DTransGCAttrs.cpp285 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
DTransforms.cpp383 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() function in MigrationContext