18#ifndef LLVM_CLANG_TOOLING_REFACTORING_H
19#define LLVM_CLANG_TOOLING_REFACTORING_H
42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
71 std::map<std::string, Replacements> FileToReplaces;
93 const std::map<std::string, Replacements> &FileToReplaces,
Rewriter - This is the main interface to the rewrite buffers.
The JSON file list parser is used to communicate input to InstallAPI.
@ Rewrite
We are substituting template parameters for (typically) other template parameters in order to rewrite...