Home
last modified time | relevance | path

Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format16 AllowShortLoopsOnASingleLine: true
/freebsd/
H A D.clang-format17 AllowShortLoopsOnASingleLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h973 bool AllowShortLoopsOnASingleLine; member
5022 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp590 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
778 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
785 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp943 Style.AllowShortLoopsOnASingleLine); in mapping()
1447 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1646 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1820 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1825 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1922 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp3235 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()