class TreeTransform::ForgetPartiallySubstitutedPackRAII
Declaration
class TreeTransform::ForgetPartiallySubstitutedPackRAII { /* full declaration omitted */ };
Description
Private RAII object that helps us forget and then re-remember the template argument corresponding to a partially-substituted parameter pack.
Declared at: clang/lib/Sema/TreeTransform.h:105
Member Variables
- private Derived& Self
- private clang::TemplateArgument Old
Method Overview
- public ForgetPartiallySubstitutedPackRAII(Derived & Self)
- public ~ForgetPartiallySubstitutedPackRAII()
Methods
¶ForgetPartiallySubstitutedPackRAII(Derived& Self)
ForgetPartiallySubstitutedPackRAII(Derived& Self)
Declared at: clang/lib/Sema/TreeTransform.h:110
Parameters
- Derived& Self
¶~ForgetPartiallySubstitutedPackRAII()
~ForgetPartiallySubstitutedPackRAII()
Declared at: clang/lib/Sema/TreeTransform.h:114