Home
last modified time | relevance | path

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

/freebsd-head/contrib/libcbor/
HD.clang-format14 AllowShortFunctionsOnASingleLine: All
/freebsd-head/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h863 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
5017 AllowShortFunctionsOnASingleLine ==
5018 R.AllowShortFunctionsOnASingleLine &&
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineFormatter.cpp314 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
316 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
321 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()
562 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
HDFormat.cpp937 Style.AllowShortFunctionsOnASingleLine); in mapping()
1444 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
1718 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1728 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1745 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1764 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1823 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
1837 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
1919 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
HDTokenAnnotator.cpp5554 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
5555 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
5557 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
HDContinuationIndenter.cpp449 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()