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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5883 int OldSubstitutionIndex; member in class:clang::Sema::ArgumentPackSubstitutionIndexRAII
5887 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) {
5892 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex;

Completed in 87 milliseconds