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