Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance
267 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()281 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()317 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()764 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::OS), in getOSSummaryCreateRule()776 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()802 return RetEffect::MakeOwned(*K); in getRetEffectFromAnnotations()979 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1001 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1136 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs); in InitializeMethodSummaries()
197 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function667 : RetEffect::MakeOwned(ObjKind::ObjC)),