Home | History | Annotate | Download | only in Sema

Lines Matching refs:TTP

81       if (TemplateTemplateParmDecl *TTP 
84 if (TTP->isParameterPack())
85 Unexpanded.push_back(std::make_pair(TTP, SourceLocation()));
222 if (const TemplateTypeParmType *TTP
224 Name = TTP->getIdentifier();
518 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND))
519 return std::make_pair(TTP->getDepth(), TTP->getIndex());
524 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND);
525 return std::make_pair(TTP->getDepth(), TTP->getIndex());
546 if (const TemplateTypeParmType *TTP
548 Depth = TTP->getDepth();
549 Index = TTP->getIndex();
550 Name = TTP->getIdentifier();
648 if (const TemplateTypeParmType *TTP
650 Depth = TTP->getDepth();
651 Index = TTP->getIndex();