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

References

tools/clang/include/clang/Analysis/CloneDetection.h
  100       return EndIndex - StartIndex;
  119   bool holdsSequence() const { return EndIndex != 0; }
  136     return std::tie(S, StartIndex, EndIndex) ==
  137            std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  141     return std::tie(S, StartIndex, EndIndex) !=
  142            std::tie(Other.S, Other.StartIndex, Other.EndIndex);
tools/clang/lib/Analysis/CloneDetection.cpp
   71   return CS->body_begin() + EndIndex;