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

References

tools/clang/include/clang/Format/Format.h
 2122            SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
 2122            SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
tools/clang/lib/Format/Format.cpp
  535                    Style.SpacesBeforeTrailingComments);
  791   LLVMStyle.SpacesBeforeTrailingComments = 1;
  907   GoogleStyle.SpacesBeforeTrailingComments = 2;
  923     GoogleStyle.SpacesBeforeTrailingComments = 1;
tools/clang/lib/Format/TokenAnnotator.cpp
 2203         Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments;
tools/clang/unittests/Format/FormatTest.cpp
12500               SpacesBeforeTrailingComments, 1234u);