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

References

tools/clang/include/clang/Format/Format.h
 2078            IndentCaseLabels == R.IndentCaseLabels &&
 2078            IndentCaseLabels == R.IndentCaseLabels &&
tools/clang/lib/Format/Format.cpp
  479     IO.mapOptional("IndentCaseLabels", Style.IndentCaseLabels);
  775   LLVMStyle.IndentCaseLabels = false;
  860   GoogleStyle.IndentCaseLabels = true;
 1039   MozillaStyle.IndentCaseLabels = true;
tools/clang/lib/Format/UnwrappedLineParser.cpp
  379           (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
tools/clang/unittests/Format/FormatTest.cpp
 1168   Style.IndentCaseLabels = true;
 1357   Style.IndentCaseLabels = true;
12437   CHECK_PARSE_BOOL(IndentCaseLabels);