<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:
@@ -177,6 +177,9 @@ public:
|
||||
lldb::SBType
|
||||
GetUnqualifiedType();
|
||||
|
||||
lldb::BasicType
|
||||
GetBasicType();
|
||||
|
||||
lldb::SBType
|
||||
GetBasicType (lldb::BasicType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user