Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp130 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1); in instantiateDependentAlignedAttr() local
134 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I); in instantiateDependentAlignedAttr() local
2730 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitNonTypeTemplateParmDecl() local
2755 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitNonTypeTemplateParmDecl() local
2893 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in VisitTemplateTemplateParmDecl() local
2909 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in VisitTemplateTemplateParmDecl() local
3128 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1); in instantiateUnresolvedUsingDecl() local
3148 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I); in instantiateUnresolvedUsingDecl() local
4278 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, Arg); in addInstantiatedParametersToScope() local
5430 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in InstantiateMemInitializers() local
H A DSemaTemplateInstantiate.cpp2529 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I); in SubstBaseSpecifiers() local
2557 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in SubstBaseSpecifiers() local
H A DSemaTemplate.cpp2377 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, 0); in transformFunctionTypeParam() local
2490 ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1); in DeclareImplicitDeductionGuides() local
5400 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, in CheckTemplateArgument() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h467 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex; variable