Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h206 bool AllowShortCaseLabelsOnASingleLine; member
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp111 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
DFormat.cpp182 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
335 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst183 **AllowShortCaseLabelsOnASingleLine** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp754 Style.AllowShortCaseLabelsOnASingleLine = true; in TEST_F()
8909 CHECK_PARSE_BOOL(AllowShortCaseLabelsOnASingleLine); in TEST_F()