Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp147 void doPropAction(PropActionKind kind, in doPropAction() function in __anon052e476c0111::PropertiesRewriter
182 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc); in rewriteProperty()
189 return doPropAction(PropAction_AssignRemoved, props, atLoc); in rewriteProperty()
190 return doPropAction(PropAction_AssignRewritten, props, atLoc); in rewriteProperty()
197 return doPropAction(PropAction_MaybeAddWeakOrUnsafe, props, atLoc); in rewriteProperty()