Searched refs:CopyArgument (Results 1 – 2 of 2) sorted by relevance
178 const DeclRefExpr &CopyArgument, in handleMoveFix() argument180 auto Diag = diag(CopyArgument.getBeginLoc(), in handleMoveFix()185 if (CopyArgument.getBeginLoc().isMacroID()) in handleMoveFix()188 auto EndLoc = Lexer::getLocForEndOfToken(CopyArgument.getLocation(), 0, SM, in handleMoveFix()190 Diag << FixItHint::CreateInsertion(CopyArgument.getBeginLoc(), "std::move(") in handleMoveFix()193 SM.getFileID(CopyArgument.getBeginLoc()), "<utility>"); in handleMoveFix()
39 void handleMoveFix(const ParmVarDecl &Var, const DeclRefExpr &CopyArgument,