Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp350 (!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()
H A DFormat.cpp184 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()
1335 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
1349 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
H A DTokenAnnotator.cpp5822 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) && in mustBreakBefore()
6284 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) { in canBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1481 bool BeforeLambdaBody; member