Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22949 auto Style7a = getStyle("file", "/d/.clang-format", "LLVM", "", &FS); in TEST() local
22950 ASSERT_FALSE((bool)Style7a); in TEST()
22951 llvm::consumeError(Style7a.takeError()); in TEST()