Home
last modified time | relevance | path

Searched refs:ShortLoops (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2359 FormatStyle ShortLoops = getLLVMStyle(); in TEST_F() local
2360 ShortLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
2361 EXPECT_EQ(ShortLoops.AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never); in TEST_F()
2372 ShortLoops); in TEST_F()