Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h196 bool AllowShortLoopsOnASingleLine; member
372 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/external/chromium_org/third_party/boringssl/src/
D.clang-format4 AllowShortLoopsOnASingleLine: false
/external/clang/lib/Format/
DFormat.cpp173 Style.AllowShortLoopsOnASingleLine); in mapping()
313 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
372 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
405 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
633 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
710 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
/external/clang/unittests/Format/
DFormatTest.cpp337 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
363 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
392 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()
7842 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
8117 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst132 **AllowShortLoopsOnASingleLine** (``bool``)