Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
930 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable992 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()1055 llvm::erase(PotentiallyCapturingExprs, E); in removePotentialCapture()1058 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()1062 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
238 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()