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>());
68 int saveRewrittenFiles(
Rewriter &Rewrite);
71 std::map<std::string, Replacements> FileToReplaces;
93 const std::map<std::string, Replacements> &FileToReplaces,
99 #endif // LLVM_CLANG_TOOLING_REFACTORING_H
Dataflow Directional Tag Classes.
Rewriter - This is the main interface to the rewrite buffers.