Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp145 void doPropAction(PropActionKind kind, in doPropAction() function in __anon8393a07d0111::PropertiesRewriter
180 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc); in rewriteProperty()
187 return doPropAction(PropAction_AssignRemoved, props, atLoc); in rewriteProperty()
188 return doPropAction(PropAction_AssignRewritten, props, atLoc); in rewriteProperty()
195 return doPropAction(PropAction_MaybeAddWeakOrUnsafe, props, atLoc); in rewriteProperty()