Searched refs:ArgumentPackSubstitutionIndex (Results 1 – 6 of 6) sorted by relevance
1385 int Index = getSema().ArgumentPackSubstitutionIndex; in getPackIndex()1802 assert(S.ArgumentPackSubstitutionIndex >= 0); in getPackSubstitutedTemplateArgument()1803 assert(S.ArgumentPackSubstitutionIndex < (int)Arg.pack_size()); in getPackSubstitutedTemplateArgument()1804 Arg = Arg.pack_begin()[S.ArgumentPackSubstitutionIndex]; in getPackSubstitutedTemplateArgument()1881 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformFirstQualifierInScope()1993 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformTemplateName()2017 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformTemplateName()2077 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformTemplateParmRefExpr()2179 T = parm->getExpansionType(SemaRef.ArgumentPackSubstitutionIndex); in transformNonTypeTemplateParmRef()2246 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformSubstNonTypeTemplateParmPackExpr()[all …]
267 ArgumentPackSubstitutionIndex(-1), SatisfactionCache(Context) { in Sema()
3539 SemaRef.ArgumentPackSubstitutionIndex != -1; in instantiateUnresolvedUsingDecl()6120 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl()
163 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; } in AlwaysRebuild()
589 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex), in TemplateDeclInstantiator()
13180 int ArgumentPackSubstitutionIndex; variable13192 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()13193 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex; in ArgumentPackSubstitutionIndexRAII()13197 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()