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


Constructor & Destructor Documentation

Definition at line 6433 of file Sema.h.

References clang::Sema::ArgumentPackSubstitutionIndex.

Definition at line 6438 of file Sema.h.


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