Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format16 AllowShortLoopsOnASingleLine: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h757 bool AllowShortLoopsOnASingleLine; member
3408 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/freebsd-13.1/
H A D.clang-format17 AllowShortLoopsOnASingleLine: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp442 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
599 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
604 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp572 Style.AllowShortLoopsOnASingleLine); in mapping()
999 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1158 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1330 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1335 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1432 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()