Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h191 bool AllowShortCaseLabelsOnASingleLine; member
1726 AllowShortCaseLabelsOnASingleLine ==
1727 R.AllowShortCaseLabelsOnASingleLine &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp329 Style.AllowShortCaseLabelsOnASingleLine); in mapping()
635 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp373 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()