Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h250 bool AllowShortLoopsOnASingleLine; member
1732 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp368 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
515 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
520 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp335 Style.AllowShortLoopsOnASingleLine); in mapping()
637 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
739 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
867 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
872 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()