Home | History | Annotate | Download | only in AST

Lines Matching refs:TTP

1166     if (const TemplateTypeParmDecl *TTP =
1168 ID.AddInteger(TTP->getDepth());
1169 ID.AddInteger(TTP->getIndex());
1170 ID.AddBoolean(TTP->isParameterPack());
1174 if (const TemplateTemplateParmDecl *TTP =
1176 ID.AddInteger(TTP->getDepth());
1177 ID.AddInteger(TTP->getIndex());
1178 ID.AddBoolean(TTP->isParameterPack());