Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h150 bool AllowShortLoopsOnASingleLine; member
606 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/external/boringssl/src/
D.clang-format4 AllowShortLoopsOnASingleLine: false
/external/drm_hwcomposer/
D.clang-format3 AllowShortLoopsOnASingleLine: false
/external/libweave/
D.clang-format7 AllowShortLoopsOnASingleLine: false
/external/jsoncpp/
D.clang-format9 AllowShortLoopsOnASingleLine: false
/external/parameter-framework/upstream/
D.clang-format49 AllowShortLoopsOnASingleLine: 'false'
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp232 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
343 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
DFormat.cpp245 Style.AllowShortLoopsOnASingleLine); in mapping()
478 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
551 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
606 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
/external/clang/unittests/Format/
DFormatTest.cpp333 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
359 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
400 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()
9383 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
9725 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst252 **AllowShortLoopsOnASingleLine** (``bool``)