Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp16475 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner() function
16498 if (!findRetainCycleOwner(S, ref->getBase(), owner)) in findRetainCycleOwner()
16856 if (!findRetainCycleOwner(*this, msg->getInstanceReceiver(), owner)) in checkRetainCycles()
16880 if (!findRetainCycleOwner(*this, receiver, owner)) in checkRetainCycles()