Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22928 auto Style4 = getStyle("file", "a.h", "KungFu", "", &FS); in TEST() local
22929 ASSERT_FALSE((bool)Style4); in TEST()
22930 llvm::consumeError(Style4.takeError()); in TEST()