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