Home | History | Annotate | Download | only in API

Lines Matching refs:SBCompileUnit

1 //===-- SBCompileUnit.h -----------------------------------------*- C++ -*-===//
18 class SBCompileUnit
22 SBCompileUnit ();
24 SBCompileUnit (const lldb::SBCompileUnit &rhs);
26 ~SBCompileUnit ();
28 const lldb::SBCompileUnit &
29 operator = (const lldb::SBCompileUnit &rhs);
82 operator == (const lldb::SBCompileUnit &rhs) const;
85 operator != (const lldb::SBCompileUnit &rhs) const;
96 SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr);