aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/GoASTContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/GoASTContext.h')
-rw-r--r--include/lldb/Symbol/GoASTContext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/Symbol/GoASTContext.h b/include/lldb/Symbol/GoASTContext.h
index 3de98da59958..09d79bacc585 100644
--- a/include/lldb/Symbol/GoASTContext.h
+++ b/include/lldb/Symbol/GoASTContext.h
@@ -112,6 +112,12 @@ class GoASTContext : public TypeSystem
return ConstString();
}
+ ConstString
+ DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) override
+ {
+ return ConstString();
+ }
+
bool
DeclContextIsClassMethod(void *opaque_decl_ctx, lldb::LanguageType *language_ptr, bool *is_instance_method_ptr,
ConstString *language_object_name_ptr) override