Home
last modified time | relevance | path

Searched refs:GuidedTemplateDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10972 TemplateDecl *GuidedTemplateDecl = GuidedTemplate.getAsTemplateDecl(); in CheckDeductionGuideDeclarator() local
10973 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()