Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance
316 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()330 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()365 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()833 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::OS), in getOSSummaryCreateRule()845 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()871 return RetEffect::MakeOwned(*K); in getRetEffectFromAnnotations()1048 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1070 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary()1214 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs); in InitializeMethodSummaries()
193 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function631 : RetEffect::MakeOwned(ObjKind::ObjC)),