clang 17.0.0git
|
This file declares Format APIs to be used internally by the formatting library implementation. More...
Go to the source code of this file.
Namespaces | |
namespace | clang |
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.