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()));
227 if (const TemplateTypeParmType *TTP
229 Name = TTP->getIdentifier();
519 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND))
520 return std::make_pair(TTP->getDepth(), TTP->getIndex());
525 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND);
526 return std::make_pair(TTP->getDepth(), TTP->getIndex());
547 if (const TemplateTypeParmType *TTP
549 Depth = TTP->getDepth();
550 Index = TTP->getIndex();
551 Name = TTP->getIdentifier();
649 if (const TemplateTypeParmType *TTP
651 Depth = TTP->getDepth();
652 Index = TTP->getIndex();