Searched refs:template_decl (Results 1 – 8 of 8) sorted by relevance
414 tree template_decl; member2312 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE); in add_template_candidate_real()2314 cand->template_decl = DECL_TEMPLATE_INFO (fn); in add_template_candidate_real()6256 if (!cand1->template_decl && cand2->template_decl) in joust()6258 else if (cand1->template_decl && !cand2->template_decl) in joust()6266 if (cand1->template_decl && cand2->template_decl) in joust()6269 (TI_TEMPLATE (cand1->template_decl), in joust()6270 TI_TEMPLATE (cand2->template_decl), in joust()
119 DEFTREECODE (TEMPLATE_DECL, "template_decl", tcc_declaration, 0)
3087 * call.c (z_candidate::template_decl): Rename from template.
213 const struct demangle_component *template_decl; member2787 dpt.template_decl = typed_name; in d_print_comp()2883 for (a = d_right (dpi->templates->template_decl); in d_print_comp()3752 dpt.template_decl = d_left (dc); in d_print_cast()
380 "template" to "template_decl". Adjust use throughout the file.
245 const struct demangle_component *template_decl; member2921 dpt.template_decl = typed_name; in d_print_comp()3034 for (a = d_right (dpi->templates->template_decl); in d_print_comp()3903 dpt.template_decl = d_left (dc); in d_print_cast()
578 "template" to "template_decl". Adjust use throughout the file.
7674 if (template_decl) in GetNumTemplateArguments()7675 return template_decl->getTemplateArgs().size(); in GetNumTemplateArguments()7760 const clang::ClassTemplateSpecializationDecl *template_decl = in GetTemplateArgumentKind() local7762 if (! template_decl || arg_idx >= template_decl->getTemplateArgs().size()) in GetTemplateArgumentKind()7765 switch (template_decl->getTemplateArgs()[arg_idx].getKind()) { in GetTemplateArgumentKind()7799 const clang::ClassTemplateSpecializationDecl *template_decl = in GetTypeTemplateArgument() local7801 if (!template_decl || idx >= template_decl->getTemplateArgs().size()) in GetTypeTemplateArgument()7805 template_decl->getTemplateArgs()[idx]; in GetTypeTemplateArgument()7815 const clang::ClassTemplateSpecializationDecl *template_decl = in GetIntegralTemplateArgument() local7817 if (! template_decl || idx >= template_decl->getTemplateArgs().size()) in GetIntegralTemplateArgument()[all …]