clang 22.0.0git
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 ()
 ArgPackSubstIndexRAII (const ArgPackSubstIndexRAII &)=delete
ArgPackSubstIndexRAIIoperator= (const ArgPackSubstIndexRAII &)=delete

Detailed Description

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

See ArgPackSubstIndex for more information.

Definition at line 13637 of file Sema.h.

Constructor & Destructor Documentation

◆ ArgPackSubstIndexRAII() [1/2]

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

Definition at line 13642 of file Sema.h.

References clang::Sema::ArgPackSubstIndex, and clang::Sema::Sema().

Referenced by ArgPackSubstIndexRAII(), and operator=().

◆ ~ArgPackSubstIndexRAII()

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

Definition at line 13646 of file Sema.h.

◆ ArgPackSubstIndexRAII() [2/2]

clang::Sema::ArgPackSubstIndexRAII::ArgPackSubstIndexRAII ( const ArgPackSubstIndexRAII & )
delete

Member Function Documentation

◆ operator=()

ArgPackSubstIndexRAII & clang::Sema::ArgPackSubstIndexRAII::operator= ( const ArgPackSubstIndexRAII & )
delete

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