Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8750 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner() function
8773 if (!findRetainCycleOwner(S, ref->getBase(), owner)) in findRetainCycleOwner()
9127 if (!findRetainCycleOwner(*this, msg->getInstanceReceiver(), owner)) in checkRetainCycles()
9145 if (!findRetainCycleOwner(*this, receiver, owner)) in checkRetainCycles()