Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format13 AllowShortCaseLabelsOnASingleLine: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h598 bool AllowShortCaseLabelsOnASingleLine; member
3401 AllowShortCaseLabelsOnASingleLine ==
3402 R.AllowShortCaseLabelsOnASingleLine &&
/freebsd-13.1/
H A D.clang-format14 AllowShortCaseLabelsOnASingleLine: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp564 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
996 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
1430 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp447 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()