LLVM 22.0.0git
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Public Member Functions

 ScopedTemplateParamList (AbstractManglingParser *TheParser)
 ~ScopedTemplateParamList ()
TemplateParamListparams ()

Detailed Description

template<typename Derived, typename Alloc>
class AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList

Definition at line 2762 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ ScopedTemplateParamList()

template<typename Derived, typename Alloc>
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::ScopedTemplateParamList ( AbstractManglingParser * TheParser)
inline

◆ ~ScopedTemplateParamList()

template<typename Derived, typename Alloc>
AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::~ScopedTemplateParamList ( )
inline

Definition at line 2773 of file ItaniumDemangle.h.

References DEMANGLE_ASSERT.

Member Function Documentation

◆ params()

template<typename Derived, typename Alloc>
TemplateParamList * AbstractManglingParser< Derived, Alloc >::ScopedTemplateParamList::params ( )
inline

The documentation for this class was generated from the following file: