From 7684e6e1c2b424729a6b432b27f17fa2a3382cb4 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 28 Jan 2015 22:18:02 +0000 Subject: Add logic to ClangASTType and SBType to discover information about vector types llvm-svn: 227383 --- lldb/scripts/Python/interface/SBType.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i index a9c230cc165..14bb11d2ee4 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -209,6 +209,9 @@ public: bool IsArrayType (); + bool + IsVectorType (); + bool IsTypedefType (); @@ -235,6 +238,9 @@ public: lldb::SBType GetArrayElementType (); + + lldb::SBType + GetVectorElementType (); lldb::BasicType GetBasicType(); -- cgit v1.2.3