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.cpp373 const Replacements &FormatChanges, in outputXML() argument
384 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
504 Replacements FormatChanges = in format() local
506 Replaces = Replaces.merge(FormatChanges); in format()
512 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
534 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()