Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h784 SFS_All, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp592 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
593 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
1431 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp315 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
H A DContinuationIndenter.cpp441 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()