Lines Matching refs: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()
8547 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()