Searched defs:ArgumentPackSubstitutionIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h6775 int ArgumentPackSubstitutionIndex; member in class:clang::Sema
6780 /// See \c ArgumentPackSubstitutionIndex for more information.
6787 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) {
6788 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex;
6792 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex;

Completed in 88 milliseconds