aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/TypeSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/TypeSystem.h')
-rw-r--r--include/lldb/Symbol/TypeSystem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Symbol/TypeSystem.h b/include/lldb/Symbol/TypeSystem.h
index d367bcdc0b14..9b43b9dec37b 100644
--- a/include/lldb/Symbol/TypeSystem.h
+++ b/include/lldb/Symbol/TypeSystem.h
@@ -151,6 +151,9 @@ public:
virtual ConstString
DeclContextGetName (void *opaque_decl_ctx) = 0;
+ virtual ConstString
+ DeclContextGetScopeQualifiedName (void *opaque_decl_ctx) = 0;
+
virtual bool
DeclContextIsClassMethod (void *opaque_decl_ctx,
lldb::LanguageType *language_ptr,