Searched refs:TPDecl (Results 1 – 2 of 2) sorted by relevance
159 const auto *TPDecl = dyn_cast<TemplateTypeParmDecl>(TParams->getParam(I)); in checkPreCall() local160 if (!TPDecl) in checkPreCall()163 if (TPDecl->isParameterPack()) in checkPreCall()180 ParamType->getReplacedParameter()->getDecl() != TPDecl) in checkPreCall()
1429 auto *TPDecl = in Create() local1432 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()1433 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()1434 return TPDecl; in Create()