Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp21782 FormatStyle MergeInline = getLLVMStyle(); in TEST_F() local
21783 MergeInline.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
21787 "auto c = []() { return b; };", MergeInline); in TEST_F()
21789 MergeInline); in TEST_F()
21791 "function([]() { return b; }, a)", MergeInline); in TEST_F()
21793 "function(a, []() { return b; })", MergeInline); in TEST_F()