Searched refs:BeforeLambdaBody (Results 1 – 4 of 4) sorted by relevance
350 (!Style.BraceWrapping.BeforeLambdaBody || in canBreak()375 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()1154 (!Style.BraceWrapping.BeforeLambdaBody || in addTokenOnNewLine()1492 return Style.BraceWrapping.BeforeLambdaBody && Current.is(TT_LambdaLSquare); in hasNestedBlockInlined()1949 if (Style.BraceWrapping.BeforeLambdaBody && Current.Next && in moveStatePastScopeOpener()2036 bool NoLineBreak = Style.BraceWrapping.BeforeLambdaBody && !NewLine && in moveStateToNewBlock()
184 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()1335 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()1349 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
5822 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) && in mustBreakBefore()6284 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) { in canBreakBefore()
1481 bool BeforeLambdaBody; member