10#ifndef LLDB_API_SBDECLARATION_H
11#define LLDB_API_SBDECLARATION_H
28 explicit operator bool()
const;
34 uint32_t GetLine()
const;
36 uint32_t GetColumn()
const;
40 void SetLine(uint32_t line);
42 void SetColumn(uint32_t column);
bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
std::unique_ptr< lldb_private::Declaration > m_opaque_up
A class that describes the declaration location of a lldb object.