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

References

tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  192   auto Diag = diag(CopyArgument.getBeginLoc(),
  197   if (CopyArgument.getBeginLoc().isMacroID())
  200   auto EndLoc = Lexer::getLocForEndOfToken(CopyArgument.getLocation(), 0, SM,
  202   Diag << FixItHint::CreateInsertion(CopyArgument.getBeginLoc(), "std::move(")
  205           SM.getFileID(CopyArgument.getBeginLoc()), "utility",