diff options
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index ddc4c93..1e52d93 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -158,6 +158,12 @@ extern struct symbol *cp_lookup_symbol_imports (const char *scope, const int declaration_only, const int search_parents); +extern struct symbol *cp_lookup_symbol_imports_or_template + (const char *scope, + const char *name, + const struct block *block, + const domain_enum domain); + extern struct type *cp_lookup_nested_type (struct type *parent_type, const char *nested_name, const struct block *block); |