Searched refs:DoNotMerge (Results 1 – 1 of 1) sorted by relevance
12778 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F() local12779 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() local21759 DoNotMerge.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()21763 "auto c = []() { return b; };", DoNotMerge); in TEST_F()21766 " auto c = []() {};", DoNotMerge); in TEST_F()