Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp380 const Replacements &FormatChanges, in outputXML() argument
391 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
510 Replacements FormatChanges = in format() local
512 Replaces = Replaces.merge(FormatChanges); in format()
516 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
538 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()