Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1388 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 …]
H A DSema.cpp267 ArgumentPackSubstitutionIndex(-1), SatisfactionCache(Context) { in Sema()
H A DSemaTemplateInstantiateDecl.cpp3539 SemaRef.ArgumentPackSubstitutionIndex != -1; in instantiateUnresolvedUsingDecl()
6122 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl()
H A DTreeTransform.h163 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; } in AlwaysRebuild()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h589 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex), in TemplateDeclInstantiator()
H A DSema.h13187 int ArgumentPackSubstitutionIndex; variable
13199 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) { in ArgumentPackSubstitutionIndexRAII()
13200 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex; in ArgumentPackSubstitutionIndexRAII()
13204 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex; in ~ArgumentPackSubstitutionIndexRAII()