Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
891 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable953 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()1016 llvm::erase_value(PotentiallyCapturingExprs, E); in removePotentialCapture()1019 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()1023 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
235 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()