Searched refs:rewritePropertyAttribute (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute() 118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
|
| H A D | TransProperties.cpp | 157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction() 277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
|
| H A D | TransGCAttrs.cpp | 277 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
|
| H A D | Transforms.cpp | 379 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() function in MigrationContext
|