Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h569 bool AllowShortCaseLabelsOnASingleLine; member
3266 AllowShortCaseLabelsOnASingleLine ==
3267 R.AllowShortCaseLabelsOnASingleLine &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format12 AllowShortCaseLabelsOnASingleLine: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format13 AllowShortCaseLabelsOnASingleLine: false
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp530 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
956 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
1383 Style.AllowShortCaseLabelsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp445 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst686 **AllowShortCaseLabelsOnASingleLine** (``bool``)