|
clang
5.0.0
|
#include "clang/Tooling/Core/Replacement.h"#include "clang/Tooling/Tooling.h"#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | clang::tooling::RefactoringTool |
| A tool to run refactorings. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::tooling | |
Functions | |
| bool | clang::tooling::formatAndApplyAllReplacements (const std::map< std::string, Replacements > &FileToReplaces, Rewriter &Rewrite, StringRef Style="file") |
Groups Replaces by the file path and applies each group of Replacements on the related file in Rewriter. More... | |
1.8.6