15#ifndef LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
16#define LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
73std::pair<tooling::Replacements, unsigned>
74reformat(
const FormatStyle &Style, StringRef Code,
75 ArrayRef<tooling::Range> Ranges,
unsigned FirstStartColumn,
76 unsigned NextStartColumn,
unsigned LastStartColumn, StringRef
FileName,
77 FormattingAttemptStatus *Status);
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The JSON file list parser is used to communicate input to InstallAPI.