Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp369 const Replacements &FormatChanges, in outputXML() argument
380 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
497 Replacements FormatChanges = in format() local
499 Replaces = Replaces.merge(FormatChanges); in format()
504 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
526 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()