Searched refs:DECL_FUNCTION_TEMPLATE_P (Results 1 – 11 of 11) sorted by relevance
784 || DECL_FUNCTION_TEMPLATE_P (scope)) in friend_accessible_p()803 || DECL_FUNCTION_TEMPLATE_P (scope)) in friend_accessible_p()1476 || DECL_FUNCTION_TEMPLATE_P (function)); in class_method_index_for_fn()
681 || DECL_FUNCTION_TEMPLATE_P (x)) in pushdecl_maybe_friend()726 if (TREE_CODE (x) == FUNCTION_DECL || DECL_FUNCTION_TEMPLATE_P (x)) in pushdecl_maybe_friend()750 else if (DECL_FUNCTION_TEMPLATE_P (x) && DECL_NAMESPACE_SCOPE_P (x)) in pushdecl_maybe_friend()
2284 || DECL_FUNCTION_TEMPLATE_P (decl)) in finish_member_declaration()2593 && !DECL_FUNCTION_TEMPLATE_P (decl)) in finish_id_expression()
1327 && DECL_FUNCTION_TEMPLATE_P (olddecl)) in duplicate_decls()1329 && DECL_FUNCTION_TEMPLATE_P (newdecl))) in duplicate_decls()1640 if (DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()1659 if (DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()1843 || DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()
863 || DECL_FUNCTION_TEMPLATE_P (OVL_CURRENT (x)) in is_overloaded_fn()
798 return (DECL_FUNCTION_TEMPLATE_P (tmpl) in optimize_specialization_lookup_p()3199 if (DECL_FUNCTION_TEMPLATE_P (tmpl) in push_template_decl_real()5896 || DECL_FUNCTION_TEMPLATE_P (t)) in instantiate_class_template()8129 else if (DECL_FUNCTION_TEMPLATE_P (t) && DECL_MEMBER_TEMPLATE_P (t)) in tsubst_copy()
9021 gcc_assert ((DECL_FUNCTION_TEMPLATE_P (template) in cp_parser_template_id()9243 if (DECL_FUNCTION_TEMPLATE_P (decl) || !DECL_P (decl)) in cp_parser_template_name()15884 || DECL_FUNCTION_TEMPLATE_P (decl))) in cp_parser_template_declaration_after_export()16197 if (DECL_FUNCTION_TEMPLATE_P (member_function)) in cp_parser_late_parsing_for_member()
2816 #define DECL_FUNCTION_TEMPLATE_P(NODE) \ macro
1164 * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
6869 (DECL_FUNCTION_TEMPLATE_P): Use it.
2933 * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.