Searched refs:TREE_PROTECTED (Results 1 – 17 of 17) sorted by relevance
41 if (TREE_PROTECTED(t)) in dump_access()
2262 TREE_PROTECTED (decl) in finish_member_declaration()2267 TREE_PROTECTED (DECL_TEMPLATE_RESULT (decl)) = TREE_PROTECTED (decl); in finish_member_declaration()
1165 : TREE_PROTECTED (using_decl) ? access_protected_node in handle_using_decl()2490 else if (TREE_PROTECTED (elt)) in finish_struct_anon()2494 TREE_PROTECTED (elt) = TREE_PROTECTED (field); in finish_struct_anon()2910 if (TREE_PRIVATE (x) || TREE_PROTECTED (x)) in check_field_decls()
609 else if (TREE_PROTECTED (decl)) in dfs_access_in_type()
2184 TREE_PROTECTED (decl) = TREE_PROTECTED (gen_tmpl); in check_explicit_specialization()4832 TREE_PROTECTED (type_decl) in lookup_template_class()4833 = TREE_PROTECTED (TYPE_STUB_DECL (template_type)); in lookup_template_class()12547 else if (TREE_PROTECTED (decl)) in set_current_access_from_decl()
1044 else if (TREE_PROTECTED (field)) in build_anon_union_vars()
4162 else if (TREE_PROTECTED (decl)) in enforce_access()
3055 TREE_PROTECTED from the template being specialized.
16813 || (TREE_PROTECTED (decl) in cp_parser_check_access_in_redeclaration()
540 TREE_PROTECTED to created decl nodes.
732 doesn't correspond to TREE_PROTECTED and TREE_PRIVATE).
5023 * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
299 if (TREE_PROTECTED (node)) in print_node()
1385 (TREE_PRIVATE (DECL) ? '0' : TREE_PROTECTED (DECL) ? '1' : '2')1429 && (TREE_PRIVATE (tem) || TREE_PROTECTED (tem) in dbxout_type_fields()
11837 if (TREE_PROTECTED (decl)) in gen_subprogram_die()12126 if (TREE_PROTECTED (decl)) in gen_variable_die()12319 if (TREE_PROTECTED (decl)) in gen_field_die()
1231 #define TREE_PROTECTED(NODE) ((NODE)->common.protected_flag) macro
1402 TREE_PROTECTED.