clang 19.0.0git
Public Member Functions | List of all members
clang::Sema::ArgumentPackSubstitutionIndexRAII Class Reference

RAII object used to change the argument pack substitution index within a Sema object. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 ArgumentPackSubstitutionIndexRAII (Sema &Self, int NewSubstitutionIndex)
 
 ~ArgumentPackSubstitutionIndexRAII ()
 

Detailed Description

RAII object used to change the argument pack substitution index within a Sema object.

See ArgumentPackSubstitutionIndex for more information.

Definition at line 10543 of file Sema.h.

Constructor & Destructor Documentation

◆ ArgumentPackSubstitutionIndexRAII()

clang::Sema::ArgumentPackSubstitutionIndexRAII::ArgumentPackSubstitutionIndexRAII ( Sema Self,
int  NewSubstitutionIndex 
)
inline

Definition at line 10548 of file Sema.h.

References clang::Self.

◆ ~ArgumentPackSubstitutionIndexRAII()

clang::Sema::ArgumentPackSubstitutionIndexRAII::~ArgumentPackSubstitutionIndexRAII ( )
inline

Definition at line 10553 of file Sema.h.

References clang::Self.


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