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

References

tools/clang/tools/extra/clang-doc/Representation.cpp
  204   assert(mergeable(Other));
  206     IsMethod = Other.IsMethod;
  208     Access = Other.Access;
  210     ReturnType = std::move(Other.ReturnType);
  212     Parent = std::move(Other.Parent);
  214     Params = std::move(Other.Params);
  215   SymbolInfo::merge(std::move(Other));