Searched refs:AllowShortLambdasOnASingleLine (Results 1 – 4 of 4) sorted by relevance
14 AllowShortLambdasOnASingleLine: All
984 ShortLambdaStyle AllowShortLambdasOnASingleLine; member5353 AllowShortLambdasOnASingleLine == R.AllowShortLambdasOnASingleLine &&
5681 switch (Style.AllowShortLambdasOnASingleLine) { in mustBreakBefore()5958 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline) { in mustBreakBefore()5962 if (Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None || in mustBreakBefore()5963 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || in mustBreakBefore()5965 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Empty)) { in mustBreakBefore()6439 auto ShortLambdaOption = Style.AllowShortLambdasOnASingleLine; in canBreakBefore()
1010 Style.AllowShortLambdasOnASingleLine); in mapping()1533 LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in getLLVMStyle()1832 GoogleStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Empty; in getGoogleStyle()