Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10693 TemplateDecl *GuidedTemplateDecl = GuidedTemplate.getAsTemplateDecl(); in CheckDeductionGuideDeclarator() local
10694 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()