Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h873 SFS_All, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp630 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
631 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
1531 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp293 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()