Home
last modified time | relevance | path

Searched refs:AllowShortCaseLabelsOnASingleLine (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h125 bool AllowShortCaseLabelsOnASingleLine; member
600 AllowShortCaseLabelsOnASingleLine ==
601 R.AllowShortCaseLabelsOnASingleLine &&
/external/parameter-framework/upstream/
D.clang-format40 AllowShortCaseLabelsOnASingleLine: 'false'
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp237 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
DFormat.cpp239 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
476 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst229 **AllowShortCaseLabelsOnASingleLine** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp747 Style.AllowShortCaseLabelsOnASingleLine = true; in TEST_F()
9723 CHECK_PARSE_BOOL(AllowShortCaseLabelsOnASingleLine); in TEST_F()