Go to the documentation of this file.
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,
94 Rewriter &Rewrite, StringRef Style =
"file");
99 #endif // LLVM_CLANG_TOOLING_REFACTORING_H
@ Rewrite
We are substituting template parameters for (typically) other template parameters in order to rewrite...
Rewriter - This is the main interface to the rewrite buffers.