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

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c16618 cp_parser_late_parsing_for_member (cp_parser* parser, tree member_function)
16622 if (DECL_FUNCTION_TEMPLATE_P (member_function))
16623 member_function = DECL_TEMPLATE_RESULT (member_function);
16637 maybe_begin_member_template_processing (member_function);
16641 if (DECL_PENDING_INLINE_P (member_function))
16647 tokens = DECL_PENDING_INLINE_INFO (member_function);
16648 DECL_PENDING_INLINE_INFO (member_function) = NULL;
16649 DECL_PENDING_INLINE_P (member_function) = 0;
16663 start_preparsed_function (member_function, NULL_TRE
16616 cp_parser_late_parsing_for_member(cp_parser* parser, tree member_function) argument
[all...]

Completed in 133 milliseconds