clang 22.0.0git
Public Member Functions | List of all members
clang::Sema::ArgPackSubstIndexRAII 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

 ArgPackSubstIndexRAII (Sema &Self, UnsignedOrNone NewSubstIndex)
 
 ~ArgPackSubstIndexRAII ()
 

Detailed Description

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

See ArgPackSubstIndex for more information.

Definition at line 13496 of file Sema.h.

Constructor & Destructor Documentation

◆ ArgPackSubstIndexRAII()

clang::Sema::ArgPackSubstIndexRAII::ArgPackSubstIndexRAII ( Sema Self,
UnsignedOrNone  NewSubstIndex 
)
inline

Definition at line 13501 of file Sema.h.

◆ ~ArgPackSubstIndexRAII()

clang::Sema::ArgPackSubstIndexRAII::~ArgPackSubstIndexRAII ( )
inline

Definition at line 13505 of file Sema.h.


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