Searched refs:ArgumentPackSubstitutionIndex (Results 1 – 6 of 6) sorted by relevance
1388 int Index = getSema().ArgumentPackSubstitutionIndex; in getPackIndex()1805 assert(S.ArgumentPackSubstitutionIndex >= 0); in getPackSubstitutedTemplateArgument()1806 assert(S.ArgumentPackSubstitutionIndex < (int)Arg.pack_size()); in getPackSubstitutedTemplateArgument()1807 Arg = Arg.pack_begin()[S.ArgumentPackSubstitutionIndex]; in getPackSubstitutedTemplateArgument()1884 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformFirstQualifierInScope()1996 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformTemplateName()2020 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformTemplateName()2080 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformTemplateParmRefExpr()2182 T = parm->getExpansionType(SemaRef.ArgumentPackSubstitutionIndex); in transformNonTypeTemplateParmRef()2249 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformSubstNonTypeTemplateParmPackExpr()[all …]
267 ArgumentPackSubstitutionIndex(-1), SatisfactionCache(Context) { in Sema()
3539 SemaRef.ArgumentPackSubstitutionIndex != -1; in instantiateUnresolvedUsingDecl()6122 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl()
163 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; } in AlwaysRebuild()
589 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex), in TemplateDeclInstantiator()
13187 int ArgumentPackSubstitutionIndex; variable13199 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()13200 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex; in ArgumentPackSubstitutionIndexRAII()13204 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()