Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16197 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner() function
16220 if (!findRetainCycleOwner(S, ref->getBase(), owner)) in findRetainCycleOwner()
16577 if (!findRetainCycleOwner(*this, msg->getInstanceReceiver(), owner)) in checkRetainCycles()
16601 if (!findRetainCycleOwner(*this, receiver, owner)) in checkRetainCycles()