* config/tc-hppa.c: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 0b567dd8b35f8dac7408c4b9d9f60cdbc3164c43..d8cb5252d55eecab2aeec577ea4dde33c73e1fa1 100644 (file)
@@ -33,6 +33,7 @@
 struct symbol;
 struct obstack;
 struct block;
+struct objfile;
 
 /* This struct is designed to store data from using directives.  It
    says that names from namespace INNER should be visible within
@@ -58,6 +59,7 @@ extern unsigned int cp_find_first_component (const char *name);
 
 extern unsigned int cp_entire_prefix_len (const char *name);
 
+extern struct symbol **make_symbol_overload_list (struct symbol *);
 
 /* Functions/variables from cp-namespace.c.  */
 
@@ -71,7 +73,7 @@ extern void cp_add_using_directive (const char *name,
                                    unsigned int outer_length,
                                    unsigned int inner_length);
 
-extern void cp_initialize_namespace ();
+extern void cp_initialize_namespace (void);
 
 extern void cp_finalize_namespace (struct block *static_block,
                                   struct obstack *obstack);
@@ -95,4 +97,15 @@ extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
                                                  const domain_enum domain,
                                                  struct symtab **symtab);
 
+extern struct type *cp_lookup_nested_type (struct type *parent_type,
+                                          const char *nested_name,
+                                          const struct block *block);
+
+extern void cp_check_possible_namespace_symbols (const char *name,
+                                                struct objfile *objfile);
+
+/* The list of "maint cplus" commands.  */
+
+extern struct cmd_list_element *maint_cplus_cmd_list;
+
 #endif /* CP_SUPPORT_H */
This page took 0.024222 seconds and 4 git commands to generate.