Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h857 SFS_All, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.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()
HDUnwrappedLineFormatter.cpp314 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
HDContinuationIndenter.cpp449 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()