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.cpp386 << (Status.FormatComplete ? "false" : "true") << "'"; in outputXML()
387 if (!Status.FormatComplete) in outputXML()
540 << (Status.FormatComplete ? "false" : "true"); in format()
541 if (!Status.FormatComplete) in format()
548 return ErrorOnIncompleteFormat && !Status.FormatComplete; in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5316 bool FormatComplete = true; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1382 Status->FormatComplete = false; in format()
H A DFormat.cpp3836 if (!Status.FormatComplete) in reformat()