Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp338 const Replacements &FormatChanges, in outputXML() argument
349 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
422 Replacements FormatChanges = in format() local
424 Replaces = Replaces.merge(FormatChanges); in format()
429 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
449 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()