Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 12 of 12) sorted by relevance
404 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()419 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()452 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
6545 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()6603 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()6636 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()9842 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()9844 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()9846 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()9848 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()9850 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()9853 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()9855 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()[all …]
142 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member602 AllowShortFunctionsOnASingleLine ==603 R.AllowShortFunctionsOnASingleLine &&
4 AllowShortFunctionsOnASingleLine: None
5 AllowShortFunctionsOnASingleLine: Empty
5 AllowShortFunctionsOnASingleLine: Inline
241 Style.AllowShortFunctionsOnASingleLine); in mapping()474 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()572 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()582 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()588 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()604 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()616 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
2151 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()2152 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()2154 Style.AllowShortFunctionsOnASingleLine == in mustBreakBefore()
165 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
43 AllowShortFunctionsOnASingleLine: 'Inline'
232 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)