Lines Matching refs:AllowShortBlocksOnASingleLine

1546   EXPECT_EQ(AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine, false);  in TEST_F()
1576 AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine = in TEST_F()
1592 AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine = in TEST_F()
1922 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
2314 EXPECT_EQ(Style.AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()
2343 ShortBlocks.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
2361 EXPECT_EQ(ShortLoops.AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()
2375 ShortBlocksAndLoops.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
2667 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in TEST_F()
6092 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in TEST_F()
15415 EXPECT_EQ(SpaceForeachMacros.AllowShortBlocksOnASingleLine, in TEST_F()
20380 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in TEST_F()
20382 AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()
20384 AllowShortBlocksOnASingleLine, FormatStyle::SBS_Empty); in TEST_F()
20386 AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always); in TEST_F()
20389 AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()
20391 AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always); in TEST_F()
22235 ShortBlocks.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
22392 ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
22395 ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in TEST_F()
24875 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in TEST_F()
24998 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in TEST_F()