<rdar://problem/12490588>

From SBType, we can now get a lldb::BasicType enumeration out of an existing type.

llvm-svn: 165857
This commit is contained in:
Greg Clayton
2012-10-13 00:20:27 +00:00
parent 01db0c6823
commit eaafa732df
6 changed files with 123 additions and 27 deletions

View File

@@ -177,6 +177,9 @@ public:
lldb::SBType
GetUnqualifiedType();
lldb::BasicType
GetBasicType();
lldb::SBType
GetBasicType (lldb::BasicType type);