Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp12778 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F() local
12779 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
12785 DoNotMerge); in TEST_F()
12801 DoNotMerge); in TEST_F()
12805 DoNotMerge); in TEST_F()
21758 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F() local
21759 DoNotMerge.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
21763 "auto c = []() { return b; };", DoNotMerge); in TEST_F()
21766 " auto c = []() {};", DoNotMerge); in TEST_F()