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

References

tools/clang/include/clang/Format/Format.h
 2079            IndentGotoLabels == R.IndentGotoLabels &&
 2079            IndentGotoLabels == R.IndentGotoLabels &&
tools/clang/lib/Format/Format.cpp
  480     IO.mapOptional("IndentGotoLabels", Style.IndentGotoLabels);
  776   LLVMStyle.IndentGotoLabels = true;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1356           parseLabel(!Style.IndentGotoLabels);
tools/clang/unittests/Format/FormatTest.cpp
 1420   Style.IndentGotoLabels = false;
12438   CHECK_PARSE_BOOL(IndentGotoLabels);