Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp368 const Replacements &FormatChanges, in outputXML() argument
379 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
496 Replacements FormatChanges = in format() local
498 Replaces = Replaces.merge(FormatChanges); in format()
503 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
525 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()