Searched refs:findRetainCycleOwner (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 9773 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 14479 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner() function 14502 if (!findRetainCycleOwner(S, ref->getBase(), owner)) in findRetainCycleOwner() 14859 if (!findRetainCycleOwner(*this, msg->getInstanceReceiver(), owner)) in checkRetainCycles() 14883 if (!findRetainCycleOwner(*this, receiver, owner)) in checkRetainCycles()
|