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 e2904f85a23..76fdfc923bd 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -177,6 +177,9 @@ public: lldb::SBType GetUnqualifiedType(); + lldb::BasicType + GetBasicType(); + lldb::SBType GetBasicType (lldb::BasicType type); |

