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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  132   assert(mergeable(Other));
  134     USR = Other.USR;
  136     Name = Other.Name;
  138     Path = Other.Path;
  140     Namespace = std::move(Other.Namespace);
  142   std::move(Other.Description.begin(), Other.Description.end(),
  142   std::move(Other.Description.begin(), Other.Description.end(),