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