Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

2400 /// parameter or parameter pack with the given depth, index, and (optionally)
2402 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index,
2406 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
2415 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack);
2424 TemplateTypeParmType(Depth, Index, ParameterPack);
6762 void ASTContext::setParameterIndex(const ParmVarDecl *D, unsigned int index) {
6763 ParamIndices[D] = index;