Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/
H A D.clang-format11 AllowShortFunctionsOnASingleLine: true
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h606 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
4192 AllowShortFunctionsOnASingleLine ==
4193 R.AllowShortFunctionsOnASingleLine &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp308 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
310 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
315 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()
538 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
H A DFormat.cpp862 Style.AllowShortFunctionsOnASingleLine); in mapping()
1323 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
1581 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1591 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1608 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1627 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1686 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
1700 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
1783 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
H A DTokenAnnotator.cpp4438 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
4439 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
4441 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
H A DContinuationIndenter.cpp422 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1077 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``) :versionbadge:`clang-format 3.5` :ref…
1796 `AllowShortFunctionsOnASingleLine` and constructor formatting options).