Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp344 << (Status.FormatComplete ? "false" : "true") << "'"; in outputXML()
345 if (!Status.FormatComplete) in outputXML()
462 << (Status.FormatComplete ? "false" : "true"); in format()
463 if (!Status.FormatComplete) in format()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3675 bool FormatComplete = true; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1168 Status->FormatComplete = false; in format()
H A DFormat.cpp2936 if (!Status.FormatComplete) in reformat()