Home
last modified time | relevance | path

Searched refs:MakeOwned (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp306 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h192 static RetEffect MakeOwned(ObjKind o) { in MakeOwned() function
630 : RetEffect::MakeOwned(ObjKind::ObjC)),