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

References

lib/Demangle/ItaniumDemangle.cpp
  372   delete static_cast<Demangler *>(Context);
  377     : RootNode(Other.RootNode), Context(Other.Context) {
  378   Other.Context = Other.RootNode = nullptr;
  384   std::swap(Context, Other.Context);
  384   std::swap(Context, Other.Context);
  390   Demangler *Parser = static_cast<Demangler *>(Context);