Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15957 FormatStyle ForLoopStyle = getLLVMStyle(); in TEST_F() local
15958 ForLoopStyle.SpaceBeforeRangeBasedForLoopColon = false; in TEST_F()
15959 verifyFormat("class Foo : public Bar {};", ForLoopStyle); in TEST_F()
15960 verifyFormat("Foo::Foo() : foo(1) {}", ForLoopStyle); in TEST_F()
15961 verifyFormat("for (auto a: b) {\n}", ForLoopStyle); in TEST_F()
15962 verifyFormat("int x = a ? b : c;", ForLoopStyle); in TEST_F()
15967 ForLoopStyle); in TEST_F()
15972 ForLoopStyle); in TEST_F()
15984 ForLoopStyle); in TEST_F()