Lines Matching defs:TTP
126 if (auto *TTP = dyn_cast_or_null<TemplateTemplateParmDecl>(
128 if (TTP->isParameterPack())
129 addUnexpanded(TTP);
440 if (const TemplateTypeParmType *TTP
442 Name = TTP->getIdentifier();
787 if (const TemplateTypeParmType *TTP =
789 Depth = TTP->getDepth();
790 Index = TTP->getIndex();
791 Name = TTP->getIdentifier();
972 if (const TemplateTypeParmType *TTP =
974 Depth = TTP->getDepth();
975 Index = TTP->getIndex();