Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format13 AllowShortCaseLabelsOnASingleLine: false
/freebsd-14.2/
H A D.clang-format14 AllowShortCaseLabelsOnASingleLine: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h704 bool AllowShortCaseLabelsOnASingleLine; member
4773 AllowShortCaseLabelsOnASingleLine ==
4774 R.AllowShortCaseLabelsOnASingleLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp924 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
1428 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
1899 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DWhitespaceManager.cpp873 !Style.AllowShortCaseLabelsOnASingleLine) { in alignConsecutiveShortCaseStatements()
H A DUnwrappedLineFormatter.cpp590 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()