Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22875 auto Style1 = getStyle("file", "", "Google", "", &FS); in TEST() local
22876 ASSERT_TRUE((bool)Style1); in TEST()
22877 ASSERT_EQ(*Style1, getGoogleStyle()); in TEST()
22888 auto Style1 = getStyle("file", "/a/.clang-format", "Google", "", &FS); in TEST() local
22889 ASSERT_TRUE((bool)Style1); in TEST()
22890 ASSERT_EQ(*Style1, getLLVMStyle()); in TEST()