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