Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15986 FormatStyle CaseStyle = getLLVMStyle(); in TEST_F() local
15987 CaseStyle.SpaceBeforeCaseColon = true; in TEST_F()
15988 verifyFormat("class Foo : public Bar {};", CaseStyle); in TEST_F()
15989 verifyFormat("Foo::Foo() : foo(1) {}", CaseStyle); in TEST_F()
15990 verifyFormat("for (auto a : b) {\n}", CaseStyle); in TEST_F()
15991 verifyFormat("int x = a ? b : c;", CaseStyle); in TEST_F()
15996 CaseStyle); in TEST_F()
16008 CaseStyle); in TEST_F()