Home
last modified time | relevance | path

Searched refs:ArgumentPackSubstitutionIndexRAII (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp583 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, 0); in transformFunctionTypeParam()
1334 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, in DeclareAggregateDeductionGuideFromInitList()
1384 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in DeclareImplicitDeductionGuides()
H A DSemaTemplateInstantiateDecl.cpp142 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1); in instantiateDependentAlignedAttr()
146 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); in instantiateDependentAlignedAttr()
3033 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitNonTypeTemplateParmDecl()
3058 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitNonTypeTemplateParmDecl()
3204 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitTemplateTemplateParmDecl()
3220 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitTemplateTemplateParmDecl()
3484 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in instantiateUnresolvedUsingDecl()
3504 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in instantiateUnresolvedUsingDecl()
4623 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, Arg); in addInstantiatedParametersToScope()
5748 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in InstantiateMemInitializers()
H A DTreeTransform.h4284 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), -1); in TransformExprs()
4308 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), I); in TransformExprs()
4882 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), -1); in TransformTemplateArguments()
4898 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), I); in TransformTemplateArguments()
6009 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), I); in TransformFunctionTypeParams()
6056 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), -1); in TransformFunctionTypeParams()
6110 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), I); in TransformFunctionTypeParams()
6153 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), -1); in TransformFunctionTypeParams()
6407 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), -1); in TransformExceptionSpec()
6420 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(getSema(), ArgIdx); in TransformExceptionSpec()
[all …]
H A DSemaConcept.cpp279 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); in calculateConstraintSatisfaction()
1442 Sema::ArgumentPackSubstitutionIndexRAII _(S, -1); in substituteParameterMappings()
H A DSemaTemplateInstantiate.cpp3330 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in SubstBaseSpecifiers()
3358 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in SubstBaseSpecifiers()
H A DSemaTemplateDeduction.cpp3975 ArgumentPackSubstitutionIndexRAII PackIndex( in FinishTemplateArgumentDeduction()
H A DSemaTemplate.cpp5022 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, in CheckTemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex;
H A DSema.h13193 class ArgumentPackSubstitutionIndexRAII {
13198 ArgumentPackSubstitutionIndexRAII(Sema &Self, int NewSubstitutionIndex) in ArgumentPackSubstitutionIndexRAII() function
13203 ~ArgumentPackSubstitutionIndexRAII() { in ~ArgumentPackSubstitutionIndexRAII()