Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15253 FormatStyle SomeSpace = getLLVMStyle(); in TEST_F() local
15259 verifyFormat("int f();", SomeSpace); in TEST_F()
15264 SomeSpace); in TEST_F()
15269 SomeSpace); in TEST_F()
15273 SomeSpace); in TEST_F()
15278 SomeSpace); in TEST_F()
15285 SomeSpace); in TEST_F()
15286 verifyFormat("#define A(x) x", SomeSpace); in TEST_F()
15287 verifyFormat("#define A (x) x", SomeSpace); in TEST_F()
15290 SomeSpace); in TEST_F()
[all …]