Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProperties.cpp145 void doPropAction(PropActionKind kind, in doPropAction() function in __anoncb9639ad0111::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()