Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1647 bool BeforeLambdaBody; member
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp332 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()
1171 return (Style.BraceWrapping.BeforeLambdaBody && Current.is(TT_LambdaLSquare)); in hasNestedBlockInlined()
1555 if (Style.BraceWrapping.BeforeLambdaBody && Current.Next != nullptr && in moveStatePastScopeOpener()
H A DFormat.cpp736 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody); in mapping()
889 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresets()
904 Expanded.BraceWrapping.BeforeLambdaBody = true; in expandPresets()
H A DTokenAnnotator.cpp3659 if (Style.BraceWrapping.BeforeLambdaBody && in mustBreakBefore()
4090 if (Style.BraceWrapping.BeforeLambdaBody) { in canBreakBefore()
4102 (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) || in canBreakBefore()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1324 * ``bool BeforeLambdaBody`` Wrap lambda block.