Searched refs:BeforeLambdaBody (Results 1 – 6 of 6) sorted by relevance
1572 bool BeforeLambdaBody; member
341 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()
924 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()1101 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()1116 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
4467 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) && in mustBreakBefore()4926 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) { in canBreakBefore()
4366 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()
1618 * ``bool BeforeLambdaBody`` Wrap lambda block.