reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);