Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
879 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable941 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()1004 PotentiallyCapturingExprs.erase( in removePotentialCapture()1005 std::remove(PotentiallyCapturingExprs.begin(), in removePotentialCapture()1006 PotentiallyCapturingExprs.end(), E), in removePotentialCapture()1007 PotentiallyCapturingExprs.end()); in removePotentialCapture()1010 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()1014 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
235 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()