reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2040            AllowShortCaseLabelsOnASingleLine ==
 2041                R.AllowShortCaseLabelsOnASingleLine &&
tools/clang/lib/Format/Format.cpp
  395                    Style.AllowShortCaseLabelsOnASingleLine);
  733   LLVMStyle.AllowShortCaseLabelsOnASingleLine = false;
 1105   Style.AllowShortCaseLabelsOnASingleLine = false;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  400       return Style.AllowShortCaseLabelsOnASingleLine
tools/clang/unittests/Format/FormatTest.cpp
 1227   Style.AllowShortCaseLabelsOnASingleLine = true;
 1356   Style.AllowShortCaseLabelsOnASingleLine = false;
 1371   Style.AllowShortCaseLabelsOnASingleLine = true;
12425   CHECK_PARSE_BOOL(AllowShortCaseLabelsOnASingleLine);