clang  3.7.0
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 <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 6567 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 6572 of file Sema.h.

References clang::Sema::ArgumentPackSubstitutionIndex.

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

Definition at line 6577 of file Sema.h.


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