Home
last modified time | relevance | path

Searched refs:DECL_CLASS_SCOPE_P (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Drepo.c308 && DECL_CLASS_SCOPE_P (decl)) in repo_emit_p()
Derror.c828 if (DECL_CLASS_SCOPE_P (t)) in dump_decl()
1029 if (DECL_CLASS_SCOPE_P (t)) in dump_function_decl()
1991 if (v == 1 && DECL_CLASS_SCOPE_P (decl)) in lang_decl_name()
Ddecl2.c1699 if (DECL_CLASS_SCOPE_P (decl)) in determine_visibility()
1716 if (DECL_VISIBILITY_SPECIFIED (fn) || ! DECL_CLASS_SCOPE_P (fn)) in determine_visibility()
3585 && DECL_CLASS_SCOPE_P (decl)) in mark_used()
Dpt.c178 else if (DECL_CLASS_SCOPE_P (t)) in push_access_scope()
203 if (DECL_FRIEND_CONTEXT (t) || DECL_CLASS_SCOPE_P (t)) in pop_access_scope()
799 && DECL_CLASS_SCOPE_P (tmpl) in optimize_specialization_lookup_p()
1016 && DECL_CLASS_SCOPE_P (decl) in is_specialization_of_friend()
3080 if (DECL_CLASS_SCOPE_P (decl)) in push_template_decl_real()
5784 gcc_assert (!DECL_CLASS_SCOPE_P (TYPE_MAIN_DECL (pattern)) in instantiate_class_template()
6660 if (DECL_CLASS_SCOPE_P (t)) in tsubst_decl()
6896 if (DECL_CLASS_SCOPE_P (t) || DECL_NAMESPACE_SCOPE_P (t)) in tsubst_decl()
6909 if (DECL_CLASS_SCOPE_P (t)) in tsubst_decl()
8136 else if (DECL_CLASS_SCOPE_P (t) in tsubst_copy()
Ddecl.c961 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl)) in decls_match()
962 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl)) in decls_match()
974 && !DECL_CLASS_SCOPE_P (olddecl)) in decls_match()
977 && !DECL_CLASS_SCOPE_P (newdecl))) in decls_match()
4356 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl)) in layout_var_decl()
5627 && DECL_CLASS_SCOPE_P (decl) in cp_finish_decl()
6877 if (DECL_CLASS_SCOPE_P (decl)) in grokvardecl()
Dsearch.c807 if (DECL_CLASS_SCOPE_P (scope) in friend_accessible_p()
Dcp-tree.h1959 (DECL_CLASS_SCOPE_P (NODE) ? DECL_CONTEXT (NODE) : NULL_TREE)
1992 #define DECL_CLASS_SCOPE_P(NODE) \ macro
Dinit.c1474 if (DECL_CLASS_SCOPE_P (decl) in constant_value_1()
Dsemantics.c2994 && DECL_CLASS_SCOPE_P (decl) in finish_id_expression()
Dname-lookup.c485 && !DECL_CLASS_SCOPE_P (decl)) in supplement_binding()
Dcall.c4132 if (DECL_CLASS_SCOPE_P (fn)) in build_op_delete_call()
DChangeLog-19983339 (grokvardecl): Use DECL_CLASS_SCOPE_P.
4488 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
4603 (DECL_CLASS_SCOPE_P): Likewise.
DChangeLog-20006115 (DECL_CLASS_SCOPE_P): Use TYPE_P.
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi897 @item DECL_CLASS_SCOPE_P