Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1572 bool BeforeLambdaBody; member
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp341 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()
1305 return Style.BraceWrapping.BeforeLambdaBody && Current.is(TT_LambdaLSquare); in hasNestedBlockInlined()
1714 if (Style.BraceWrapping.BeforeLambdaBody && Current.Next != nullptr && in moveStatePastScopeOpener()
H A DFormat.cpp924 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()
1101 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
1116 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
H A DTokenAnnotator.cpp4467 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) && in mustBreakBefore()
4926 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) { in canBreakBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp4366 Style.BraceWrapping.BeforeLambdaBody = true; in TEST_F()
12509 BreakBeforeLambdaBody.BraceWrapping.BeforeLambdaBody = true; in TEST_F()
20105 CHECK_PARSE_NESTED_BOOL(BraceWrapping, BeforeLambdaBody); in TEST_F()
21799 LLVMWithBeforeLambdaBody.BraceWrapping.BeforeLambdaBody = true; in TEST_F()
22177 LLVMWithBeforeLambdaBody.BraceWrapping.BeforeLambdaBody = true; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1618 * ``bool BeforeLambdaBody`` Wrap lambda block.