Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
644 auto *TTPDecl = in Create() local649 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()650 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()651 return TTPDecl; in Create()
4856 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType()4858 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType()4866 if (TTPDecl) { in getTemplateTypeParmType()4869 TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
5225 TemplateTypeParmDecl *TTPDecl;5229 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon)5233 TTPDecl(TTPDecl) {}5256 return isCanonicalUnqualified() ? nullptr : TTPDecl;5270 TemplateTypeParmDecl *TTPDecl) {5274 ID.AddPointer(TTPDecl);