|
clang 22.0.0git
|
This file declares Format APIs to be used internally by the formatting library implementation. More...
#include "clang/Basic/LLVM.h"#include "clang/Format/Format.h"#include "clang/Tooling/Core/Replacement.h"#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::format |
| namespace | clang::format::internal |
Functions | |
| std::pair< tooling::Replacements, unsigned > | clang::format::internal::reformat (const FormatStyle &Style, StringRef Code, ArrayRef< tooling::Range > Ranges, unsigned FirstStartColumn, unsigned NextStartColumn, unsigned LastStartColumn, StringRef FileName, FormattingAttemptStatus *Status) |
Reformats the given Ranges in the code fragment Code. | |
This file declares Format APIs to be used internally by the formatting library implementation.
Definition in file FormatInternal.h.