Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp379 << (Status.FormatComplete ? "false" : "true") << "'"; in outputXML()
380 if (!Status.FormatComplete) in outputXML()
536 << (Status.FormatComplete ? "false" : "true"); in format()
537 if (!Status.FormatComplete) in format()
544 return ErrorOnIncompleteFormat && !Status.FormatComplete; in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5667 bool FormatComplete = true; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1440 Status->FormatComplete = false; in format()
H A DFormat.cpp4024 if (!Status.FormatComplete) in reformat()