Searched refs:DECL_ACCESS (Results 1 – 8 of 8) sorted by relevance
622 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
1128 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access()1150 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
2617 (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.2619 * class.c (alter_access): Ensure DECL_ACCESS is never set if2631 * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
2730 #define DECL_ACCESS(NODE) (LANG_DECL_U2_CHECK (NODE, 0)->access) macro
4447 (DECL_ACCESS): Whitespace.
4070 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
1409 (DECL_ACCESS): Adjust accordingly.
337 * cp-tree.h (DECL_ACCESS): Improve documentation.