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

References

tools/clang/tools/extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
  136     if (OtherCtor->isCopyOrMoveConstructor() && !OtherCtor->isDeleted() &&
  136     if (OtherCtor->isCopyOrMoveConstructor() && !OtherCtor->isDeleted() &&
  137         OtherCtor->getAccess() != AS_private) {
  138       diag(OtherCtor->getLocation(),
  140           << OtherCtor->isMoveConstructor();