19 #ifndef LLVM_CLANG_TOOLING_REFACTORING_H
20 #define LLVM_CLANG_TOOLING_REFACTORING_H
43 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
44 std::make_shared<PCHContainerOperations>());
69 int saveRewrittenFiles(
Rewriter &Rewrite);
72 std::map<std::string, Replacements> FileToReplaces;
94 const std::map<std::string, Replacements> &FileToReplaces,
100 #endif // LLVM_CLANG_TOOLING_REFACTORING_H
Rewriter - This is the main interface to the rewrite buffers.