Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h728 bool AllowShortLoopsOnASingleLine; member
3273 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format15 AllowShortLoopsOnASingleLine: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format16 AllowShortLoopsOnASingleLine: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp440 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
597 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
602 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp538 Style.AllowShortLoopsOnASingleLine); in mapping()
959 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1111 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1283 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1288 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1385 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst853 **AllowShortLoopsOnASingleLine** (``bool``)