Home | History | Annotate | Download | only in AST

Lines Matching refs:TTPDecl

3992     TemplateTypeParmDecl *TTPDecl;
3996 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon)
4001 TTPDecl(TTPDecl) { }
4027 return isCanonicalUnqualified() ? nullptr : TTPDecl;
4041 TemplateTypeParmDecl *TTPDecl) {
4045 ID.AddPointer(TTPDecl);