Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format15 AllowShortLoopsOnASingleLine: true
/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.h989 bool AllowShortLoopsOnASingleLine; member
5354 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp552 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
819 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
826 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp1012 Style.AllowShortLoopsOnASingleLine); in mapping()
1534 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1745 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1922 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1927 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
2024 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp3311 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()