Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
672 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable722 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()783 PotentiallyCapturingExprs.erase( in removePotentialCapture()784 std::remove(PotentiallyCapturingExprs.begin(), in removePotentialCapture()785 PotentiallyCapturingExprs.end(), E), in removePotentialCapture()786 PotentiallyCapturingExprs.end()); in removePotentialCapture()789 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()793 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
222 E = PotentiallyCapturingExprs[Idx]; in getPotentialVariableCapture()