clang 19.0.0git
Namespaces | Functions
FormatInternal.h File Reference

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
 The JSON file list parser is used to communicate input to InstallAPI.
 
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.