Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h716 bool AllowShortLoopsOnASingleLine; member
4197 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp566 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
754 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
761 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp868 Style.AllowShortLoopsOnASingleLine); in mapping()
1326 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1510 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1683 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1688 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1786 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1260 **AllowShortLoopsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <AllowShort…