Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
913 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable975 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()1038 llvm::erase(PotentiallyCapturingExprs, E); in removePotentialCapture()1041 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()1045 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
237 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()