Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance
306 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()320 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()356 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()830 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::OS), in getOSSummaryCreateRule()842 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()868 return RetEffect::MakeOwned(*K); in getRetEffectFromAnnotations()1045 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1067 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1211 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs); in InitializeMethodSummaries()
192 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function630 : RetEffect::MakeOwned(ObjKind::ObjC)),