Home
last modified time | relevance | path

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

/src/contrib/libcbor/
H A D.clang-format13 AllowShortCaseLabelsOnASingleLine: false
/src/
H A D.clang-format14 AllowShortCaseLabelsOnASingleLine: false
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h777 bool AllowShortCaseLabelsOnASingleLine; member
5012 AllowShortCaseLabelsOnASingleLine ==
5013 R.AllowShortCaseLabelsOnASingleLine &&
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp931 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
1441 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
1920 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp595 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
H A DWhitespaceManager.cpp887 : Style.AllowShortCaseLabelsOnASingleLine)) { in alignConsecutiveShortCaseStatements()