clang
3.9.0
|
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 () | |
RAII object used to change the argument pack substitution index within a Sema
object.
See ArgumentPackSubstitutionIndex
for more information.
|
inline |
Definition at line 6790 of file Sema.h.
References clang::Sema::ArgumentPackSubstitutionIndex.
|
inline |