Lines Matching refs:AllowsMergedLoops
1485 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F() local
1486 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
1487 verifyFormat("while (true) continue;", AllowsMergedLoops); in TEST_F()
1488 verifyFormat("for (;;) continue;", AllowsMergedLoops); in TEST_F()
1489 verifyFormat("for (int &v : vec) v *= 2;", AllowsMergedLoops); in TEST_F()
1490 verifyFormat("BOOST_FOREACH (int &v, vec) v *= 2;", AllowsMergedLoops); in TEST_F()
1493 AllowsMergedLoops); in TEST_F()
1496 AllowsMergedLoops); in TEST_F()
1499 AllowsMergedLoops); in TEST_F()
1502 AllowsMergedLoops); in TEST_F()
1505 AllowsMergedLoops); in TEST_F()
1508 AllowsMergedLoops); in TEST_F()
1511 AllowsMergedLoops); in TEST_F()
1514 AllowsMergedLoops); in TEST_F()
1517 AllowsMergedLoops); in TEST_F()
1520 AllowsMergedLoops); in TEST_F()
1524 AllowsMergedLoops); in TEST_F()
1528 AllowsMergedLoops); in TEST_F()
1533 AllowsMergedLoops); in TEST_F()
1541 AllowsMergedLoops); in TEST_F()