Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h857 SFS_All, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp585 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
586 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
1444 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp314 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
H A DContinuationIndenter.cpp449 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()