Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance
317 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()331 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()366 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()834 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::OS), in getOSSummaryCreateRule()846 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()872 return RetEffect::MakeOwned(*K); in getRetEffectFromAnnotations()1049 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1071 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1215 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs); in InitializeMethodSummaries()
193 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function631 : RetEffect::MakeOwned(ObjKind::ObjC)),