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

References

tools/clang/tools/extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  125   if (!MovingCall)
  137     if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit))
  137     if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit))
  146     if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) {
  146     if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) {
  164             MovingCall != nullptr &&
  165             Sequence->potentiallyAfter(MovingCall, Use);