diff options
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBType.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i index 589287a2d38..2cc384085b6 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -143,6 +143,9 @@ public: GetDereferencedType(); lldb::SBType + GetUnqualifiedType(); + + lldb::SBType GetBasicType (lldb::BasicType type); uint32_t |