Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h621 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member
3268 AllowShortFunctionsOnASingleLine ==
3269 R.AllowShortFunctionsOnASingleLine &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format13 AllowShortFunctionsOnASingleLine: All
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format14 AllowShortFunctionsOnASingleLine: All
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format147 AllowShortFunctionsOnASingleLine: All
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format147 AllowShortFunctionsOnASingleLine: All
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp532 Style.AllowShortFunctionsOnASingleLine); in mapping()
954 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
1181 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1191 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1208 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1227 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1286 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
1300 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
1382 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp266 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
267 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
269 (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly && in tryFitMultipleLinesInOne()
413 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp3568 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
3569 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
3571 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
H A DContinuationIndenter.cpp393 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst715 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)
1363 `AllowShortFunctionsOnASingleLine` and constructor formatting options).