Home
last modified time | relevance | path

Searched refs:ArgumentPackSubstitutionIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp1385 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 …]
HDSema.cpp267 ArgumentPackSubstitutionIndex(-1), SatisfactionCache(Context) { in Sema()
HDSemaTemplateInstantiateDecl.cpp3539 SemaRef.ArgumentPackSubstitutionIndex != -1; in instantiateUnresolvedUsingDecl()
6120 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl()
HDTreeTransform.h163 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; } in AlwaysRebuild()
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDTemplate.h589 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex), in TemplateDeclInstantiator()
HDSema.h13180 int ArgumentPackSubstitutionIndex; variable
13192 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()
13193 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex; in ArgumentPackSubstitutionIndexRAII()
13197 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()