forked from OSchip/llvm-project
parent
fbe5ed7807
commit
56584698ac
|
@ -492,6 +492,9 @@ protected:
|
|||
lldb::TypeSP type_sp;
|
||||
};
|
||||
|
||||
// the two classes here are used by the public API as a backend to
|
||||
// the SBType and SBTypeList classes
|
||||
|
||||
class TypeImpl
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue