Searched defs:SubstIndex (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 137 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1); instantiateDependentAlignedAttr() local 141 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); instantiateDependentAlignedAttr() local 2990 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); VisitNonTypeTemplateParmDecl() local 3015 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); VisitNonTypeTemplateParmDecl() local 3160 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); VisitTemplateTemplateParmDecl() local 3176 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); VisitTemplateTemplateParmDecl() local 3434 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); instantiateUnresolvedUsingDecl() local 3454 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); instantiateUnresolvedUsingDecl() local 4620 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, Arg); addInstantiatedParametersToScope() local 5764 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); InstantiateMemInitializers() local [all...] |
H A D | SemaTemplate.cpp | 2595 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, 0); transformFunctionTypeParam() local 2703 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, DeclareImplicitDeductionGuideFromInitList() local 2749 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); DeclareImplicitDeductionGuides() local 5747 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, CheckTemplateArgument() local
|
H A D | SemaTemplateInstantiate.cpp | 3151 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); SubstBaseSpecifiers() local 3179 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); SubstBaseSpecifiers() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; variable
|