Searched refs:rewritePropertyAttribute (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | Transforms.h | 117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute() 119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
|
D | TransProperties.cpp | 173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction() 302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
|
D | TransGCAttrs.cpp | 285 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
|
D | Transforms.cpp | 383 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() function in MigrationContext
|