Searched refs:template_decl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c414 tree template_decl; member in struct:z_candidate
2312 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE);
2314 cand->template_decl = DECL_TEMPLATE_INFO (fn);
6256 if (!cand1->template_decl && cand2->template_decl)
6258 else if (cand1->template_decl && !cand2->template_decl)
6266 if (cand1->template_decl && cand2->template_decl)
6269 (TI_TEMPLATE (cand1->template_decl),
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c213 const struct demangle_component *template_decl; member in struct:d_print_template
2787 dpt.template_decl = typed_name;
2883 for (a = d_right (dpi->templates->template_decl);
3752 dpt.template_decl = d_left (dc);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c245 const struct demangle_component *template_decl; member in struct:d_print_template
2921 dpt.template_decl = typed_name;
3034 for (a = d_right (dpi->templates->template_decl);
3903 dpt.template_decl = d_left (dc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp6701 const clang::ClassTemplateSpecializationDecl *template_decl = local
6704 if (template_decl)
6705 return template_decl->getTemplateArgs().size();
6745 const clang::ClassTemplateSpecializationDecl *template_decl = local
6747 if (! template_decl || arg_idx >= template_decl->getTemplateArgs().size())
6750 switch (template_decl->getTemplateArgs()[arg_idx].getKind()) {
6784 const clang::ClassTemplateSpecializationDecl *template_decl = local
6786 if (!template_decl || idx >= template_decl
6800 const clang::ClassTemplateSpecializationDecl *template_decl = local
[all...]

Completed in 100 milliseconds