Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15434 FormatStyle SomeSpace2 = getLLVMStyle(); in TEST_F() local
15440 verifyFormat("int f();", SomeSpace2); in TEST_F()
15445 SomeSpace2); in TEST_F()
15450 SomeSpace2); in TEST_F()
15454 SomeSpace2); in TEST_F()
15459 SomeSpace2); in TEST_F()
15466 SomeSpace2); in TEST_F()
15467 verifyFormat("#define A(x) x", SomeSpace2); in TEST_F()
15468 verifyFormat("#define A (x) x", SomeSpace2); in TEST_F()
15471 SomeSpace2); in TEST_F()
[all …]