Lines Matching refs:template_decl
519 tree template_decl; member
3621 cand->template_decl = build_template_info (tmpl, targs); in add_template_candidate_real()
3623 cand->template_decl = DECL_TEMPLATE_INFO (fn); in add_template_candidate_real()
4323 && !cand->template_decl in build_user_type_conversion_1()
9577 && cand->template_decl in build_over_call()
12267 if (!cand1->template_decl && cand2->template_decl) in joust()
12269 else if (cand1->template_decl && !cand2->template_decl) in joust()
12277 if (cand1->template_decl && cand2->template_decl) in joust()
12280 (TI_TEMPLATE (cand1->template_decl), in joust()
12281 TI_TEMPLATE (cand2->template_decl), in joust()
12296 && !cand1->template_decl && !cand2->template_decl in joust()