Lines Matching refs:template_decl
522 tree template_decl; member
3484 cand->template_decl = build_template_info (tmpl, targs); in add_template_candidate_real()
3486 cand->template_decl = DECL_TEMPLATE_INFO (fn); in add_template_candidate_real()
4148 && !cand->template_decl in build_user_type_conversion_1()
8863 && cand->template_decl in build_over_call()
11513 if (!cand1->template_decl && cand2->template_decl) in joust()
11515 else if (cand1->template_decl && !cand2->template_decl) in joust()
11523 if (cand1->template_decl && cand2->template_decl) in joust()
11526 (TI_TEMPLATE (cand1->template_decl), in joust()
11527 TI_TEMPLATE (cand2->template_decl), in joust()
11542 && !cand1->template_decl && !cand2->template_decl in joust()