Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp102 static cl::opt<bool> OutputXML("output-replacements-xml", variable
401 if (!OutputXML && Inplace && FileName == "-") { in format()
408 !OutputXML && Inplace ? MemoryBuffer::getFileAsStream(FileName) in format()
499 if (OutputXML || DryRun) { in format()