Searched refs:doPropAction (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 156 void doPropAction(PropActionKind kind, in doPropAction() function in __anon64f2de1f0111::PropertiesRewriter 186 doPropAction(I->second, props, atLoc, false); in doActionForExtensionProp() 200 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc); in rewriteProperty() 207 return doPropAction(PropAction_AssignRemoved, props, atLoc); in rewriteProperty() 208 return doPropAction(PropAction_AssignRewritten, props, atLoc); in rewriteProperty() 215 return doPropAction(PropAction_MaybeAddWeakOrUnsafe, props, atLoc); in rewriteProperty()
|