PR c++/14819: Explicit class:: inside class scope does not work
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 0f2cebbc7752586355d5209354e1897e3315357a..4358b23d592100eba37ce6b8ed7842670cd6d7fc 100644 (file)
@@ -220,6 +220,11 @@ extern struct symbol *cp_lookup_nested_symbol (struct type *parent_type,
 
 struct type *cp_lookup_transparent_type (const char *name);
 
+/* See description in cp-namespace.c.  */
+
+struct type *find_type_baseclass_by_name (struct type *parent_type,
+                                         const char *name);
+
 /* Functions from cp-name-parser.y.  */
 
 extern struct demangle_parse_info *cp_demangled_name_to_comp
This page took 0.025549 seconds and 4 git commands to generate.