Searched defs:SubstIndex (Results 1 – 4 of 4) sorted by relevance
/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 3026 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); VisitNonTypeTemplateParmDecl() local 3051 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); VisitNonTypeTemplateParmDecl() local 3197 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); VisitTemplateTemplateParmDecl() local 3213 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); VisitTemplateTemplateParmDecl() local 3473 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); instantiateUnresolvedUsingDecl() local 3493 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); instantiateUnresolvedUsingDecl() local 4612 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, Arg); addInstantiatedParametersToScope() local 5730 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); InstantiateMemInitializers() local [all...] |
H A D | SemaTemplateInstantiate.cpp | 3341 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); SubstBaseSpecifiers() local 3369 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); SubstBaseSpecifiers() local
|
H A D | SemaTemplate.cpp | 2602 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, 0); transformFunctionTypeParam() local 3276 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, DeclareAggregateDeductionGuideFromInitList() local 3325 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); DeclareImplicitDeductionGuides() local 6234 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, CheckTemplateArgument() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; global() variable
|