Home | History | Annotate | Download | only in Sema

Lines Matching refs:TTP

82       if (TemplateTemplateParmDecl *TTP 
85 if (TTP->isParameterPack())
86 Unexpanded.push_back(std::make_pair(TTP, SourceLocation()));
241 if (const TemplateTypeParmType *TTP
243 Name = TTP->getIdentifier();
528 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND))
529 return std::make_pair(TTP->getDepth(), TTP->getIndex());
534 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND);
535 return std::make_pair(TTP->getDepth(), TTP->getIndex());
556 if (const TemplateTypeParmType *TTP
558 Depth = TTP->getDepth();
559 Index = TTP->getIndex();
560 Name = TTP->getIdentifier();
658 if (const TemplateTypeParmType *TTP
660 Depth = TTP->getDepth();
661 Index = TTP->getIndex();