Home
last modified time | relevance | path

Searched refs:currently_open_derived_class (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2094 qualifying_type = currently_open_derived_class (scope); in check_accessibility_of_qualified_id()
3485 cl = currently_open_derived_class (scope); in baselink_for_fns()
3985 tree path = currently_open_derived_class (context); in finish_id_expression_1()
H A Dcp-tree.h6423 extern tree currently_open_derived_class (tree);
H A Dclass.c8116 currently_open_derived_class (tree t) in currently_open_derived_class() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc2320 qualifying_type = currently_open_derived_class (scope); in check_accessibility_of_qualified_id()
3816 cl = currently_open_derived_class (scope); in baselink_for_fns()
4304 tree path = currently_open_derived_class (context); in finish_id_expression_1()
H A DChangeLog-2003607 * class.c (currently_open_derived_class): Check if
610 currently_open_derived_class returns NULL_TREE.
6261 * class.c (currently_open_derived_class): Use dependent_type_p.
H A DChangeLog-20063302 (currently_open_derived_class): Likewise.
H A Dcp-tree.h6686 extern tree currently_open_derived_class (tree);
H A Dclass.cc8219 currently_open_derived_class (tree t) in currently_open_derived_class() function
H A DChangeLog-20006289 * class.c (currently_open_derived_class): New fn.