summaryrefslogtreecommitdiff
path: root/source/Symbol/GoASTContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Symbol/GoASTContext.cpp')
-rw-r--r--source/Symbol/GoASTContext.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Symbol/GoASTContext.cpp b/source/Symbol/GoASTContext.cpp
index 1993f2331058..faca778f069c 100644
--- a/source/Symbol/GoASTContext.cpp
+++ b/source/Symbol/GoASTContext.cpp
@@ -538,6 +538,12 @@ GoASTContext::IsFunctionPointerType(lldb::opaque_compiler_type_t type)
}
bool
+GoASTContext::IsBlockPointerType (lldb::opaque_compiler_type_t type, CompilerType *function_pointer_type_ptr)
+{
+ return false;
+}
+
+bool
GoASTContext::IsIntegerType(lldb::opaque_compiler_type_t type, bool &is_signed)
{
is_signed = false;