Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format16 AllowShortLoopsOnASingleLine: true
/freebsd-14.2/
H A D.clang-format17 AllowShortLoopsOnASingleLine: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h900 bool AllowShortLoopsOnASingleLine; member
4783 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp585 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
773 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
780 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp936 Style.AllowShortLoopsOnASingleLine); in mapping()
1434 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1625 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1799 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1804 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1901 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp3172 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()