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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  166   assert(mergeable(Other));
  168   reduceChildren(ChildNamespaces, std::move(Other.ChildNamespaces));
  169   reduceChildren(ChildRecords, std::move(Other.ChildRecords));
  170   reduceChildren(ChildFunctions, std::move(Other.ChildFunctions));
  171   reduceChildren(ChildEnums, std::move(Other.ChildEnums));
  172   mergeBase(std::move(Other));