Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp12507 FormatStyle BreakBeforeLambdaBody = getLLVMStyle(); in TEST_F() local
12508 BreakBeforeLambdaBody.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
12509 BreakBeforeLambdaBody.BraceWrapping.BeforeLambdaBody = true; in TEST_F()
12510 BreakBeforeLambdaBody.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
12514 BreakBeforeLambdaBody); in TEST_F()