Lines Matching defs:DoNotMerge
14553 FormatStyle DoNotMerge = getLLVMStyle();
14554 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
14560 DoNotMerge);
14576 DoNotMerge);
14580 DoNotMerge);
23355 FormatStyle DoNotMerge = getLLVMStyle();
23356 DoNotMerge.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None;
23360 "auto c = []() { return b; };", DoNotMerge);
23363 " auto c = []() {};", DoNotMerge);