Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 5 of 5) sorted by relevance
211 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member367 AllowShortFunctionsOnASingleLine ==368 R.AllowShortFunctionsOnASingleLine &&
5566 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()5623 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()5656 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()8172 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()8174 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()8176 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()8178 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()8180 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()8182 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()8536 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()[all …]
175 Style.AllowShortFunctionsOnASingleLine); in mapping()310 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()393 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()403 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()597 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()598 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
158 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
114 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)