summaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/CompilerDeclContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/CompilerDeclContext.h')
-rw-r--r--include/lldb/Symbol/CompilerDeclContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Symbol/CompilerDeclContext.h b/include/lldb/Symbol/CompilerDeclContext.h
index 70399b2dbb371..9135b44323b55 100644
--- a/include/lldb/Symbol/CompilerDeclContext.h
+++ b/include/lldb/Symbol/CompilerDeclContext.h
@@ -128,6 +128,9 @@ public:
ConstString
GetName () const;
+ ConstString
+ GetScopeQualifiedName() const;
+
bool
IsStructUnionOrClass () const;