Searched refs:ShortBlocksAndLoops (Results 1 – 1 of 1) sorted by relevance
2374 FormatStyle ShortBlocksAndLoops = getLLVMStyle(); in TEST_F() local2375 ShortBlocksAndLoops.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()2376 ShortBlocksAndLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()2383 ShortBlocksAndLoops); in TEST_F()