Searched refs:ShortLoops (Results 1 – 1 of 1) sorted by relevance
2359 FormatStyle ShortLoops = getLLVMStyle(); in TEST_F() local2360 ShortLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()2361 EXPECT_EQ(ShortLoops.AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()2372 ShortLoops); in TEST_F()