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

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

Completed in 44 milliseconds