Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp137 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 DSemaTemplate.cpp2595 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 DSemaTemplateInstantiate.cpp3151 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 DTemplate.h562 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; variable