Searched refs:add_std_move (Results 1 – 1 of 1) sorted by relevance
683 auto add_std_move = llvm::make_unique<AddStdMoveRewriter>(&replacements); in main() local684 match_finder.addMatcher(add_std_move->GetMatcher(), add_std_move.get()); in main()685 rewriter = std::move(add_std_move); in main()