reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/ScopeInfo.h
  925     PotentiallyCapturingExprs.push_back(VarExpr);
  988     PotentiallyCapturingExprs.erase(
  989         std::remove(PotentiallyCapturingExprs.begin(),
  990             PotentiallyCapturingExprs.end(), E),
  991         PotentiallyCapturingExprs.end());
  994     PotentiallyCapturingExprs.clear();
  998     return PotentiallyCapturingExprs.size();
tools/clang/lib/Sema/ScopeInfo.cpp
  234   for (Expr *E : PotentiallyCapturingExprs) {