Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2374 FormatStyle ShortBlocksAndLoops = getLLVMStyle(); in TEST_F() local
2375 ShortBlocksAndLoops.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always; in TEST_F()
2376 ShortBlocksAndLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
2383 ShortBlocksAndLoops); in TEST_F()