Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h480 bool AllowShortCaseLabelsOnASingleLine; member
3865 AllowShortCaseLabelsOnASingleLine ==
3866 R.AllowShortCaseLabelsOnASingleLine &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp659 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
1199 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
1644 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp564 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2822 Style.AllowShortCaseLabelsOnASingleLine = true; in TEST_F()
2951 Style.AllowShortCaseLabelsOnASingleLine = false; in TEST_F()
2966 Style.AllowShortCaseLabelsOnASingleLine = true; in TEST_F()
20047 CHECK_PARSE_BOOL(AllowShortCaseLabelsOnASingleLine); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst934 **AllowShortCaseLabelsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.6`