Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11619 TemplateDecl *GuidedTemplateDecl = GuidedTemplate.getAsTemplateDecl(); in CheckDeductionGuideDeclarator() local
11620 assert(GuidedTemplateDecl && "missing template decl for deduction guide"); in CheckDeductionGuideDeclarator()
11626 GuidedTemplateDecl->getDeclContext()->getRedeclContext())) { in CheckDeductionGuideDeclarator()
11628 << GuidedTemplateDecl; in CheckDeductionGuideDeclarator()
11629 NoteTemplateLocation(*GuidedTemplateDecl); in CheckDeductionGuideDeclarator()