Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp292 << (Status.FormatComplete ? "false" : "true") << "'"; in format()
293 if (!Status.FormatComplete) in format()
323 << (Status.FormatComplete ? "false" : "true"); in format()
324 if (!Status.FormatComplete) in format()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1938 bool FormatComplete = true; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1062 Status->FormatComplete = false; in format()
H A DFormat.cpp2242 if (!Status.FormatComplete) in reformat()