Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp16042 FormatStyle InvertedSpaceStyle = getLLVMStyle(); in TEST_F() local
16043 InvertedSpaceStyle.SpaceBeforeCaseColon = true; in TEST_F()
16044 InvertedSpaceStyle.SpaceBeforeCtorInitializerColon = false; in TEST_F()
16045 InvertedSpaceStyle.SpaceBeforeInheritanceColon = false; in TEST_F()
16046 InvertedSpaceStyle.SpaceBeforeRangeBasedForLoopColon = false; in TEST_F()
16048 verifyFormat("Foo::Foo(): foo(1) {}", InvertedSpaceStyle); in TEST_F()
16049 verifyFormat("for (auto a: b) {\n}", InvertedSpaceStyle); in TEST_F()
16050 verifyFormat("int x = a ? b : c;", InvertedSpaceStyle); in TEST_F()
16055 InvertedSpaceStyle); in TEST_F()
16064 InvertedSpaceStyle); in TEST_F()
[all …]