Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp87 static cl::opt<bool> OutputXML("output-replacements-xml", variable
358 if (!OutputXML && Inplace && FileName == "-") { in format()
365 !OutputXML && Inplace ? MemoryBuffer::getFileAsStream(FileName) in format()
425 if (OutputXML || DryRun) { in format()