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

References

tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   51   AtomicChange &operator=(AtomicChange &&) = default;
   52   AtomicChange &operator=(const AtomicChange &) = default;
   64   const std::string &getKey() const { return Key; }
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  204   Key = FilePath + ":" + std::to_string(FileIDAndOffset.second);
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)