Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance
314 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()328 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()364 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()837 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::OS), in getOSSummaryCreateRule()849 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()875 return RetEffect::MakeOwned(*K); in getRetEffectFromAnnotations()1052 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1074 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1218 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs); in InitializeMethodSummaries()
192 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function630 : RetEffect::MakeOwned(ObjKind::ObjC)),