Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp412 static bool format(StringRef FileName, bool ErrorOnIncompleteFormat = false) { in format() argument
548 return ErrorOnIncompleteFormat && !Status.FormatComplete; in format()