Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
646 auto *TTPDecl = in Create() local651 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()652 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()653 return TTPDecl; in Create()
5271 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType()5273 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType()5281 if (TTPDecl) { in getTemplateTypeParmType()5284 TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
6139 TemplateTypeParmDecl *TTPDecl;6143 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon)6147 TTPDecl(TTPDecl) {}6170 return isCanonicalUnqualified() ? nullptr : TTPDecl;6184 TemplateTypeParmDecl *TTPDecl) {6188 ID.AddPointer(TTPDecl);