Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp376 << (Status.FormatComplete ? "false" : "true") << "'"; in outputXML()
377 if (!Status.FormatComplete) in outputXML()
530 << (Status.FormatComplete ? "false" : "true"); in format()
531 if (!Status.FormatComplete) in format()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5075 bool FormatComplete = true; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1373 Status->FormatComplete = false; in format()
H A DFormat.cpp3794 if (!Status.FormatComplete) in reformat()