Searched refs:TPDecl (Results 1 – 2 of 2) sorted by relevance
1393 auto *TPDecl = in Create() local1396 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()1397 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()1398 return TPDecl; in Create()
568 const auto *TPDecl = dyn_cast<TemplateTypeParmDecl>(TParams->getParam(I)); in checkPreCall() local569 if (!TPDecl) in checkPreCall()572 if (TPDecl->isParameterPack()) in checkPreCall()589 ParamType->getReplacedParameter()->getDecl() != TPDecl) in checkPreCall()