LLDB API Documentation
#include <SBDeclaration.h>
Public Member Functions | |
SBDeclaration () | |
SBDeclaration (const lldb::SBDeclaration &rhs) | |
~SBDeclaration () | |
const lldb::SBDeclaration & | operator= (const lldb::SBDeclaration &rhs) |
bool | IsValid () const |
lldb::SBFileSpec | GetFileSpec () const |
uint32_t | GetLine () const |
uint32_t | GetColumn () const |
void | SetFileSpec (lldb::SBFileSpec filespec) |
void | SetLine (uint32_t line) |
void | SetColumn (uint32_t column) |
bool | operator== (const lldb::SBDeclaration &rhs) const |
bool | operator!= (const lldb::SBDeclaration &rhs) const |
bool | GetDescription (lldb::SBStream &description) |
Protected Member Functions | |
lldb_private::Declaration * | get () |
Friends | |
class | SBValue |
Definition at line 18 of file SBDeclaration.h.
lldb::SBDeclaration::SBDeclaration | ( | ) |
lldb::SBDeclaration::SBDeclaration | ( | const lldb::SBDeclaration & | rhs | ) |
lldb::SBDeclaration::~SBDeclaration | ( | ) |
|
protected |
uint32_t lldb::SBDeclaration::GetColumn | ( | ) | const |
bool lldb::SBDeclaration::GetDescription | ( | lldb::SBStream & | description | ) |
lldb::SBFileSpec lldb::SBDeclaration::GetFileSpec | ( | ) | const |
uint32_t lldb::SBDeclaration::GetLine | ( | ) | const |
bool lldb::SBDeclaration::IsValid | ( | ) | const |
bool lldb::SBDeclaration::operator!= | ( | const lldb::SBDeclaration & | rhs | ) | const |
const lldb::SBDeclaration& lldb::SBDeclaration::operator= | ( | const lldb::SBDeclaration & | rhs | ) |
bool lldb::SBDeclaration::operator== | ( | const lldb::SBDeclaration & | rhs | ) | const |
void lldb::SBDeclaration::SetColumn | ( | uint32_t | column | ) |
void lldb::SBDeclaration::SetFileSpec | ( | lldb::SBFileSpec | filespec | ) |
void lldb::SBDeclaration::SetLine | ( | uint32_t | line | ) |
|
friend |
Definition at line 67 of file SBDeclaration.h.