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;
   73   void setError(llvm::StringRef Error) { this->Error = Error; }
   76   bool hasError() const { return !Error.empty(); }
   79   const std::string &getError() const { return Error; }
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)