Home | History | Annotate | Download | only in AST

Lines Matching refs:TTPDecl

3976     TemplateTypeParmDecl *TTPDecl;
3980 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon)
3985 TTPDecl(TTPDecl) { }
4011 return isCanonicalUnqualified() ? nullptr : TTPDecl;
4025 TemplateTypeParmDecl *TTPDecl) {
4029 ID.AddPointer(TTPDecl);