Home | History | Annotate | Download | only in AST

Lines Matching refs:TTPDecl

3918     TemplateTypeParmDecl *TTPDecl;
3922 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon)
3927 TTPDecl(TTPDecl) { }
3953 return isCanonicalUnqualified() ? nullptr : TTPDecl;
3967 TemplateTypeParmDecl *TTPDecl) {
3971 ID.AddPointer(TTPDecl);