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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c10331 /*friend_p=*/false);
14521 /*friend_p=*/false);
14625 /*friend_p=*/NULL);
16978 bool friend_p = cp_parser_friend_p (decl_specifiers);
17008 member_p, friend_p);
17328 else if ((cxx_dialect != cxx98) && friend_p
17336 if (!friend_p && pushed_scope)
17397 bool member_p, bool friend_p)
17438 friend_p);
17457 member_p, friend_p);
16976 bool friend_p = cp_parser_friend_p (decl_specifiers); local
17391 cp_parser_declarator(cp_parser* parser, cp_parser_declarator_kind dcl_kind, int* ctor_dtor_or_conv_p, bool* parenthesized_p, bool member_p, bool friend_p) argument
17493 cp_parser_direct_declarator(cp_parser* parser, cp_parser_declarator_kind dcl_kind, int* ctor_dtor_or_conv_p, bool member_p, bool friend_p) argument
20726 bool friend_p; local
23207 cp_parser_constructor_declarator_p(cp_parser *parser, bool friend_p) argument
23564 bool friend_p = false; local
23753 cp_parser_single_declaration(cp_parser* parser, vec<deferred_access_check, va_gc> *checks, bool member_p, bool explicit_specialization_p, bool* friend_p) argument
[all...]
H A Dclass.c3149 maybe_add_class_template_decl_list (tree type, tree t, int friend_p)
3154 = tree_cons (friend_p ? NULL_TREE : type,
3145 maybe_add_class_template_decl_list(tree type, tree t, int friend_p) argument

Completed in 305 milliseconds