Home | History | Annotate | Download | only in AST

Lines Matching refs:TTP

1662     if (const TemplateTypeParmDecl *TTP =
1664 ID.AddInteger(TTP->getDepth());
1665 ID.AddInteger(TTP->getIndex());
1666 ID.AddBoolean(TTP->isParameterPack());
1670 if (const TemplateTemplateParmDecl *TTP =
1672 ID.AddInteger(TTP->getDepth());
1673 ID.AddInteger(TTP->getIndex());
1674 ID.AddBoolean(TTP->isParameterPack());