Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format14 AllowShortFunctionsOnASingleLine: All
/freebsd/
H A D.clang-format15 AllowShortFunctionsOnASingleLine: InlineOnly
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h863 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
5017 AllowShortFunctionsOnASingleLine ==
5018 R.AllowShortFunctionsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.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()
H A DFormat.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()
H A DTokenAnnotator.cpp5554 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
5555 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
5557 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
H A DContinuationIndenter.cpp449 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()