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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  154   assert(mergeable(Other));
  156     DefLoc = std::move(Other.DefLoc);
  158   std::move(Other.Loc.begin(), Other.Loc.end(), std::back_inserter(Loc));
  158   std::move(Other.Loc.begin(), Other.Loc.end(), std::back_inserter(Loc));
  162   mergeBase(std::move(Other));