Searched defs:findRetainCycleOwner (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5287 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { function
5310 if (!findRetainCycleOwner(S, ref->getBase(), owner))
5458 if (!findRetainCycleOwner(*this, msg->getInstanceReceiver(), owner))
5476 if (!findRetainCycleOwner(*this, receiver, owner))

Completed in 158 milliseconds