Home | History | Annotate | Download | only in Sema

Lines Matching refs:PotentiallyCapturingExprs

799   llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs;
862 PotentiallyCapturingExprs.push_back(VarExpr);
923 PotentiallyCapturingExprs.erase(
924 std::remove(PotentiallyCapturingExprs.begin(),
925 PotentiallyCapturingExprs.end(), E),
926 PotentiallyCapturingExprs.end());
929 PotentiallyCapturingExprs.clear();
933 return PotentiallyCapturingExprs.size();