Searched refs:OldSubstitutionIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h5595 int OldSubstitutionIndex; member in class:clang::Sema::ArgumentPackSubstitutionIndexRAII
5599 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) {
5604 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex;

Completed in 73 milliseconds