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.cpp342 (!Style.BraceWrapping.BeforeLambdaBody || in canBreak()
367 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()
1144 (!Style.BraceWrapping.BeforeLambdaBody || in addTokenOnNewLine()
1469 return Style.BraceWrapping.BeforeLambdaBody && Current.is(TT_LambdaLSquare); in hasNestedBlockInlined()
1909 if (Style.BraceWrapping.BeforeLambdaBody && Current.Next && in moveStatePastScopeOpener()
H A DFormat.cpp211 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()
1325 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
1339 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresetsBraceWrapping()
H A DTokenAnnotator.cpp5309 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) && in mustBreakBefore()
5750 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) { in canBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1373 bool BeforeLambdaBody; member