Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp349 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F() local
350 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
351 verifyFormat("while (true) continue;", AllowsMergedLoops); in TEST_F()
352 verifyFormat("for (;;) continue;", AllowsMergedLoops); in TEST_F()
353 verifyFormat("for (int &v : vec) v *= 2;", AllowsMergedLoops); in TEST_F()
356 AllowsMergedLoops); in TEST_F()
359 AllowsMergedLoops); in TEST_F()
362 AllowsMergedLoops); in TEST_F()
365 AllowsMergedLoops); in TEST_F()
368 AllowsMergedLoops); in TEST_F()