Searched refs:GuidedTemplateDecl (Results 1 – 1 of 1) sorted by relevance
10972 TemplateDecl *GuidedTemplateDecl = GuidedTemplate.getAsTemplateDecl(); in CheckDeductionGuideDeclarator() local10973 assert(GuidedTemplateDecl && "missing template decl for deduction guide"); in CheckDeductionGuideDeclarator()10979 GuidedTemplateDecl->getDeclContext()->getRedeclContext())) { in CheckDeductionGuideDeclarator()10981 << GuidedTemplateDecl; in CheckDeductionGuideDeclarator()10982 Diag(GuidedTemplateDecl->getLocation(), diag::note_template_decl_here); in CheckDeductionGuideDeclarator()