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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  176   assert(mergeable(Other));
  178     TagType = Other.TagType;
  180     Members = std::move(Other.Members);
  182     Bases = std::move(Other.Bases);
  184     Parents = std::move(Other.Parents);
  186     VirtualParents = std::move(Other.VirtualParents);
  188   reduceChildren(ChildRecords, std::move(Other.ChildRecords));
  189   reduceChildren(ChildFunctions, std::move(Other.ChildFunctions));
  190   reduceChildren(ChildEnums, std::move(Other.ChildEnums));
  191   SymbolInfo::merge(std::move(Other));