Home
last modified time | relevance | path

Searched defs:SubstIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp142 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 DSemaTemplateInstantiate.cpp3341 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); SubstBaseSpecifiers() local
3369 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); SubstBaseSpecifiers() local
H A DSemaTemplate.cpp2602 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 DTemplate.h562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; global() variable