Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11465 TemplateDecl *GuidedTemplateDecl = GuidedTemplate.getAsTemplateDecl(); in CheckDeductionGuideDeclarator() local
11466 assert(GuidedTemplateDecl && "missing template decl for deduction guide"); in CheckDeductionGuideDeclarator()
11472 GuidedTemplateDecl->getDeclContext()->getRedeclContext())) { in CheckDeductionGuideDeclarator()
11474 << GuidedTemplateDecl; in CheckDeductionGuideDeclarator()
11475 NoteTemplateLocation(*GuidedTemplateDecl); in CheckDeductionGuideDeclarator()