Home
last modified time | relevance | path

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

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