Searched refs:PotentiallyCapturingExprs (Results 1 – 2 of 2) sorted by relevance
727 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable775 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()836 PotentiallyCapturingExprs.erase( in removePotentialCapture()837 std::remove(PotentiallyCapturingExprs.begin(), in removePotentialCapture()838 PotentiallyCapturingExprs.end(), E), in removePotentialCapture()839 PotentiallyCapturingExprs.end()); in removePotentialCapture()842 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()846 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
230 E = PotentiallyCapturingExprs[Idx]; in getPotentialVariableCapture()