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

References

tools/clang/include/clang/Format/Format.h
 2118            SpaceBeforeRangeBasedForLoopColon ==
 2119                R.SpaceBeforeRangeBasedForLoopColon &&
tools/clang/lib/Format/Format.cpp
  531                    Style.SpaceBeforeRangeBasedForLoopColon);
  807   LLVMStyle.SpaceBeforeRangeBasedForLoopColon = true;
tools/clang/lib/Format/TokenAnnotator.cpp
 2890       !Style.SpaceBeforeRangeBasedForLoopColon)
tools/clang/unittests/Format/FormatTest.cpp
10684   ForLoopStyle.SpaceBeforeRangeBasedForLoopColon = false;
10703   NoSpaceStyle.SpaceBeforeRangeBasedForLoopColon = false;
12461   CHECK_PARSE_BOOL(SpaceBeforeRangeBasedForLoopColon);