Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format14 AllowShortLambdasOnASingleLine: All
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h984 ShortLambdaStyle AllowShortLambdasOnASingleLine; member
5353 AllowShortLambdasOnASingleLine == R.AllowShortLambdasOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp5681 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()
H A DFormat.cpp1010 Style.AllowShortLambdasOnASingleLine); in mapping()
1533 LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in getLLVMStyle()
1832 GoogleStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Empty; in getGoogleStyle()