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

References

tools/clang/lib/Analysis/CloneDetection.cpp
  577     if (FirstMismatch == nullptr)
  593     FirstMismatch->FirstCloneInfo =
  606     FirstMismatch->SecondCloneInfo =
  616     if (!FirstMismatch->FirstCloneInfo.Suggestion)
  617       std::swap(FirstMismatch->FirstCloneInfo, FirstMismatch->SecondCloneInfo);
  617       std::swap(FirstMismatch->FirstCloneInfo, FirstMismatch->SecondCloneInfo);
  620     assert(FirstMismatch->FirstCloneInfo.Suggestion);