Lines Matching refs:TTP
102 if (auto *TTP = dyn_cast_or_null<TemplateTemplateParmDecl>(
104 if (TTP->isParameterPack())
105 addUnexpanded(TTP);
358 if (const TemplateTypeParmType *TTP
360 Name = TTP->getIdentifier();
689 if (const TemplateTypeParmType *TTP
691 Depth = TTP->getDepth();
692 Index = TTP->getIndex();
693 Name = TTP->getIdentifier();
818 if (const TemplateTypeParmType *TTP
820 Depth = TTP->getDepth();
821 Index = TTP->getIndex();