Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransforms.h116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute()
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
HDTransProperties.cpp157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction()
277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
HDTransGCAttrs.cpp277 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
HDTransforms.cpp379 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() function in MigrationContext