Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format11 AllowShortCaseLabelsOnASingleLine: false
/freebsd/contrib/libcbor/
H A D.clang-format13 AllowShortCaseLabelsOnASingleLine: false
/freebsd/
H A D.clang-format14 AllowShortCaseLabelsOnASingleLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h793 bool AllowShortCaseLabelsOnASingleLine; member
5344 AllowShortCaseLabelsOnASingleLine ==
5345 R.AllowShortCaseLabelsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1000 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
1528 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
2022 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DWhitespaceManager.cpp887 : Style.AllowShortCaseLabelsOnASingleLine)) { in alignConsecutiveShortCaseStatements()
H A DUnwrappedLineFormatter.cpp557 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()