Searched defs:SubstIndex (Results  1 – 3 of 3) sorted by relevance
| /external/clang/lib/Sema/ | 
| D | SemaTemplateInstantiateDecl.cpp | 126     Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1);  in instantiateDependentAlignedAttr()  local130       Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I);  in instantiateDependentAlignedAttr()  local
 2101         Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I);  in VisitNonTypeTemplateParmDecl()  local
 2126       Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1);  in VisitNonTypeTemplateParmDecl()  local
 2256         Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, I);  in VisitTemplateTemplateParmDecl()  local
 2272       Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(SemaRef, -1);  in VisitTemplateTemplateParmDecl()  local
 3334         Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, Arg);  in addInstantiatedParametersToScope()  local
 4274         Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I);  in InstantiateMemInitializers()  local
 
 | 
| D | SemaTemplateInstantiate.cpp | 1776             Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, I);  in SubstBaseSpecifiers()  local1804       Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(*this, -1);  in SubstBaseSpecifiers()  local
 
 | 
| /external/clang/include/clang/Sema/ | 
| D | Template.h | 375     Sema::ArgumentPackSubstitutionIndexRAII SubstIndex;  variable
 |