Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp332 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F() local
333 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
334 verifyFormat("while (true) continue;", AllowsMergedLoops); in TEST_F()
335 verifyFormat("for (;;) continue;", AllowsMergedLoops); in TEST_F()
336 verifyFormat("for (int &v : vec) v *= 2;", AllowsMergedLoops); in TEST_F()
339 AllowsMergedLoops); in TEST_F()
342 AllowsMergedLoops); in TEST_F()
345 AllowsMergedLoops); in TEST_F()
348 AllowsMergedLoops); in TEST_F()
351 AllowsMergedLoops); in TEST_F()