Lines Matching defs:TTP
106 if (auto *TTP = dyn_cast_or_null<TemplateTemplateParmDecl>(
108 if (TTP->isParameterPack())
109 addUnexpanded(TTP);
370 if (const TemplateTypeParmType *TTP
372 Name = TTP->getIdentifier();
711 if (const TemplateTypeParmType *TTP =
713 Depth = TTP->getDepth();
714 Index = TTP->getIndex();
715 Name = TTP->getIdentifier();
840 if (const TemplateTypeParmType *TTP =
842 Depth = TTP->getDepth();
843 Index = TTP->getIndex();