Home
last modified time | relevance | path

Searched refs:currently_open_class (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c306 && currently_open_class (TYPE_CONTEXT (friend_type))) in make_friend_class()
H A Dsearch.c196 if (tree open = currently_open_class (t)) in lookup_base()
1134 if (tree t = currently_open_class (type)) in lookup_member()
1322 type = currently_open_class (type); in lookup_member_fuzzy()
H A Dlambda.c220 return currently_open_class (t); in type_deducible_expression_p()
H A Dclass.c275 if (tree open = currently_open_class (probe)) in build_base_path()
8081 currently_open_class (tree t) in currently_open_class() function
H A Ddecl2.c5399 && currently_open_class (decl)) in cp_warn_deprecated_use()
H A Dinit.c590 if (!currently_open_class (ctx)) in get_nsdmi()
H A Dsemantics.c2023 && !currently_open_class (context)) in add_typedef_to_current_template_for_access_check()
2211 && (!currently_open_class (qualifying_class) in finish_qualified_id_expr()
H A Dtypeck.c2513 if (!currently_open_class (object_type) in build_class_member_access_expr()
3076 if (!currently_open_class (object_type) in finish_class_member_access_expr()
H A Ddecl.c4073 || currently_open_class (context)) in make_unbound_class_template()
12737 || currently_open_class (ctype))) in grokdeclarator()
H A Dcp-tree.h6422 extern tree currently_open_class (tree);
H A Dpt.c9783 || currently_open_class (template_type)) in lookup_template_class_1()
26674 && !currently_open_class (scope)); in dependent_scope_p()
27788 if (only_current_p && !currently_open_class (scope)) in resolve_typename_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc319 && currently_open_class (TYPE_CONTEXT (friend_type))) in make_friend_class()
H A Dsearch.cc231 if (tree open = currently_open_class (t)) in lookup_base()
1152 if (tree t = currently_open_class (type)) in lookup_member()
1337 type = currently_open_class (type); in lookup_member_fuzzy()
H A Dlambda.cc202 return currently_open_class (t); in type_deducible_expression_p()
H A Ddecl2.cc5682 && currently_open_class (decl)) in cp_handle_deprecated_or_unavailable()
5709 && currently_open_class (decl)) in cp_handle_deprecated_or_unavailable()
H A DChangeLog-20062195 * class.c (currently_open_class): Tidy.
2203 (currently_open_class): Change return type.
3301 (currently_open_class): Ignore hidden classes.
H A DChangeLog-20091377 * class.c (currently_open_class): Make sure we're dealing with the
2072 * pt.c (lookup_template_class): Use currently_open_class,
3322 * class.c (currently_open_class): Return fast if T isn't a class.
H A Dclass.cc286 if (tree open = currently_open_class (probe)) in build_base_path()
8184 currently_open_class (tree t) in currently_open_class() function
H A Dinit.cc614 if (!currently_open_class (ctx)) in maybe_instantiate_nsdmi_init()
H A DChangeLog-19981565 (currently_open_class): Simplify.
4318 * cp-tree.h (currently_open_class, is_empty_class, member_p):
4365 * decl.c (make_typename_type): Use currently_open_class.
4619 * class.c (currently_open_class): New fn.
H A DChangeLog-2015249 * search.c (lookup_member): Handle currently_open_class returning null.
1919 (currently_open_class): Return tree.
H A Dtypeck.cc2681 if (!currently_open_class (object_type) in build_class_member_access_expr()
3246 if (!currently_open_class (object_type) in finish_class_member_access_expr()
H A DChangeLog-20182033 * class.c (build_base_path): Use currently_open_class.
2714 * search.c (lookup_base): Use currently_open_class.
H A Ddecl.cc4287 || currently_open_class (context)) in make_unbound_class_template()
13442 || currently_open_class (ctype))) in grokdeclarator()
H A Dcp-tree.h6685 extern tree currently_open_class (tree);

12