Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
893 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable955 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()1018 llvm::erase_value(PotentiallyCapturingExprs, E); in removePotentialCapture()1021 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()1025 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
236 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()