Home
last modified time | relevance | path

Searched refs:push_nested_class (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2003181 * pt.c (instantiate_decl): Wrap push_nested_class and
475 context is a class before calling push_nested_class and
2353 (push_nested_class): Adjust pushclass call.
6075 (push_nested_class): Adjust calls to pushclass, remove modify
6079 (push_nested_class): Likewise.
6092 (start_decl): Adjust calls to push_nested_class.
6096 (start_function): Adjust calls to push_nested_class.
6100 (push_sscope): Adjust call to push_nested_class.
6141 push_nested_class.
Dpt.cc237 push_nested_class (DECL_FRIEND_CONTEXT (t)); in push_access_scope()
240 push_nested_class (TREE_TYPE (t)); in push_access_scope()
242 push_nested_class (DECL_CONTEXT (t)); in push_access_scope()
246 push_nested_class (TREE_TYPE (TREE_TYPE (t))); in push_access_scope()
11551 push_nested_class (context); in tsubst_friend_class()
12132 push_nested_class (type); in instantiate_class_template_1()
21781 push_nested_class (ctx); in instantiate_template_1()
26557 push_nested_class (DECL_CONTEXT (d)); in instantiate_body()
26829 push_nested_class (DECL_CONTEXT (d)); in instantiate_decl()
Dclass.cc8285 push_nested_class (tree type) in push_nested_class() function
8292 push_nested_class (DECL_CONTEXT (TYPE_MAIN_DECL (type))); in push_nested_class()
Dinit.cc616 push_nested_class (ctx); in maybe_instantiate_nsdmi_init()
DChangeLog-19995329 * class.c (push_nested_class): Handle UNION_TYPEs.
5332 (start_decl): Use push_nested_class, not just pushclass.
6311 * class.c (push_nested_class): Allow namespaces.
DChangeLog-19942573 * decl2.c (finish_decl_parsing): Call push_nested_class with a type.
3498 * class.c (push_nested_class): Don't push into non-class scope.
3568 * class.c (push_nested_class): Don't try to push into
DChangeLog-19982871 (start_function): Call push_nested_class before
3243 * class.c (push_nested_class): Complain about namespaces.
6671 (push_nested_class): Likewise.
Dname-lookup.cc5029 push_nested_class (t); in push_scope()
Ddecl.cc17086 push_nested_class (ctype); in start_preparsed_function()
17088 push_nested_class (DECL_CONTEXT (decl1)); in start_preparsed_function()
DChangeLog-20001406 * class.c (push_nested_class): Likewise.
7006 * class.c (push_nested_class): Likewise.
DChangeLog-2007902 * class.c (push_nested_class): Use CLASS_TYPE_P.
Dcp-tree.h6697 extern void push_nested_class (tree);
DChangeLog-19951089 * class.c (push_nested_class): Make sure TYPE is non-nil.
DChangeLog-2002402 (regenerate_decl_from_template): Use push_nested_class.
DChangeLog-20212324 push_nested_class and pop_nested_class around the call to
DChangeLog-20043863 push_nested_class/pop_nested_class.