Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h6783 int OldSubstitutionIndex; variable
6787 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()
6792 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()
/external/llvm-project/clang/include/clang/Sema/
DSema.h8631 int OldSubstitutionIndex; variable
8635 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()
8640 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()