Searched refs:findCapturingExpr (Results 1 – 1 of 1) sorted by relevance
9906 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr() function10160 if (Expr *capturer = findCapturingExpr(*this, msg->getArg(i), owner)) in checkRetainCycles()10170 if (Expr *capturer = findCapturingExpr(*this, argument, owner)) in checkRetainCycles()10184 if (Expr *Capturer = findCapturingExpr(*this, Init, Owner)) in checkRetainCycles()