aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBType.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBType.h')
-rw-r--r--include/lldb/API/SBType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBType.h b/include/lldb/API/SBType.h
index 3729b2f84b90..2cd9b4459a33 100644
--- a/include/lldb/API/SBType.h
+++ b/include/lldb/API/SBType.h
@@ -106,6 +106,9 @@ public:
GetReferenceType();
lldb::SBType
+ GetTypedefedType();
+
+ lldb::SBType
GetDereferencedType();
lldb::SBType