clang API Documentation

Public Member Functions
clang::Sema::ArgumentPackSubstitutionIndexRAII Class Reference

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

#include <Sema.h>

List of all members.

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 5529 of file Sema.h.


Constructor & Destructor Documentation

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

Definition at line 5534 of file Sema.h.

References clang::Sema::ArgumentPackSubstitutionIndex.

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

Definition at line 5539 of file Sema.h.

References clang::Sema::ArgumentPackSubstitutionIndex.


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