Searched refs:ShortLambdaOption (Results 1 – 1 of 1) sorted by relevance
3471 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed() argument3472 return Tok.Children.empty() && ShortLambdaOption != FormatStyle::SLS_None; in isItAnEmptyLambdaAllowed()3477 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAInlineLambdaAllowed() argument3478 return (ShortLambdaOption == FormatStyle::SLS_Inline && in isItAInlineLambdaAllowed()3480 (ShortLambdaOption == FormatStyle::SLS_All); in isItAInlineLambdaAllowed()3500 const FormatToken &Tok, FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isAllmanBraceIncludedBreakableLambda() argument3504 if (isItAnEmptyLambdaAllowed(Tok, ShortLambdaOption)) in isAllmanBraceIncludedBreakableLambda()3507 return !isItAInlineLambdaAllowed(Tok, ShortLambdaOption) || in isAllmanBraceIncludedBreakableLambda()3658 auto ShortLambdaOption = Style.AllowShortLambdasOnASingleLine; in mustBreakBefore() local3660 (isAllmanBraceIncludedBreakableLambda(Left, ShortLambdaOption) || in mustBreakBefore()[all …]