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;
   67   const std::string &getFilePath() const { return FilePath; }
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  203   FilePath = FE->getName();
  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)