Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc); in removePropertyAttribute()
118 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
H A DTransProperties.cpp157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc); in doPropAction()
277 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc); in rewriteAttribute()
H A DTransGCAttrs.cpp277 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc); in checkAllAtProps()
H A DTransforms.cpp379 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, in rewritePropertyAttribute() function in MigrationContext