|
clang
5.0.0
|
#include "clang/Tooling/Refactoring.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "clang/Frontend/TextDiagnosticPrinter.h"#include "clang/Lex/Lexer.h"#include "clang/Rewrite/Core/Rewriter.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_os_ostream.h"Go to the source code of this file.
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