clang 17.0.0git
Namespaces | Functions
FormatInternal.h File Reference

This file declares Format APIs to be used internally by the formatting library implementation. More...

#include "BreakableToken.h"
#include <utility>

Go to the source code of this file.

Namespaces

namespace  clang
 
namespace  clang::format
 
namespace  clang::format::internal
 

Functions

std::pair< tooling::Replacements, unsignedclang::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.
 

Detailed Description

This file declares Format APIs to be used internally by the formatting library implementation.

Definition in file FormatInternal.h.