Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 12 of 12) sorted by relevance
1003 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()1116 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()1131 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()1142 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()1164 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()1173 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
535 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()576 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
508 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()3222 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()3226 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()3987 ShortInlineFunctions.AllowShortFunctionsOnASingleLine = in TEST_F()7177 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()7188 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()12836 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()13002 MergeInlineOnly.AllowShortFunctionsOnASingleLine = in TEST_F()13100 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()13145 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()[all …]
609 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
1559 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
11 AllowShortFunctionsOnASingleLine: true
533 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member3867 AllowShortFunctionsOnASingleLine ==3868 R.AllowShortFunctionsOnASingleLine &&
301 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()303 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()308 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()531 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
661 Style.AllowShortFunctionsOnASingleLine); in mapping()1197 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1442 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1452 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1469 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1488 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1547 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1561 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()1643 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
4267 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()4268 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()4270 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
408 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
962 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``) :versionbadge:`clang-format 3.5`1657 `AllowShortFunctionsOnASingleLine` and constructor formatting options).