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

Definitions

tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   52   AtomicChange &operator=(const AtomicChange &) = default;
  132   std::string Key;
  133   std::string FilePath;
  134   std::string Error;
  135   std::vector<std::string> InsertedHeaders;
  136   std::vector<std::string> RemovedHeaders;
  137   tooling::Replacements Replaces;
usr/include/c++/7.4.0/bits/basic_string.h
  654       operator=(const basic_string& __str)
usr/include/c++/7.4.0/bits/vector.tcc
  180     operator=(const vector<_Tp, _Alloc>& __x)