Searched defs:SubstIndex (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 142 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1); in instantiateDependentAlignedAttr() local 146 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); in instantiateDependentAlignedAttr() local 3033 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitNonTypeTemplateParmDecl() local 3058 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitNonTypeTemplateParmDecl() local 3204 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitTemplateTemplateParmDecl() local 3220 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitTemplateTemplateParmDecl() local 3484 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in instantiateUnresolvedUsingDecl() local 3504 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in instantiateUnresolvedUsingDecl() local 4623 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, Arg); in addInstantiatedParametersToScope() local 5746 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in InstantiateMemInitializers() local
|
H A D | SemaTemplateDeductionGuide.cpp | 583 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, 0); in transformFunctionTypeParam() local 1334 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, in DeclareAggregateDeductionGuideFromInitList() local 1384 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in DeclareImplicitDeductionGuides() local
|
H A D | SemaConcept.cpp | 279 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); in calculateConstraintSatisfaction() local
|
H A D | SemaTemplateInstantiate.cpp | 3337 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in SubstBaseSpecifiers() local 3365 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in SubstBaseSpecifiers() local
|
H A D | SemaTemplate.cpp | 5022 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, in CheckTemplateArgument() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; variable
|