Searched refs:FormatChanges (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp321 const Replacements &FormatChanges,
332 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition)
400 Replacements FormatChanges = local
402 Replaces = Replaces.merge(FormatChanges);
407 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition);
427 << FormatChanges.getShiftedCodePosition(CursorPosition)
320 outputXML(const Replacements &Replaces, const Replacements &FormatChanges, const FormattingAttemptStatus &Status, const cl::opt<unsigned> &Cursor, unsigned CursorPosition) argument

Completed in 47 milliseconds