Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h203 bool AllowShortLoopsOnASingleLine; member
424 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/external/boringssl/src/
D.clang-format4 AllowShortLoopsOnASingleLine: false
/external/drm_hwcomposer/
D.clang-format3 AllowShortLoopsOnASingleLine: false
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp106 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
217 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
DFormat.cpp186 Style.AllowShortLoopsOnASingleLine); in mapping()
337 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
401 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
452 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
/external/clang/unittests/Format/
DFormatTest.cpp379 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
405 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
434 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()
8631 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
8911 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst206 **AllowShortLoopsOnASingleLine** (``bool``)