|
|
|
__init__(self,
*args)
__init__(lldb::SBDeclaration self) -> SBDeclaration
__init__(lldb::SBDeclaration self, SBDeclaration rhs) ->
SBDeclaration |
source code
|
|
|
IsValid(self)
IsValid(SBDeclaration self) -> bool |
source code
|
|
|
|
|
|
|
GetFileSpec(self)
GetFileSpec(SBDeclaration self) -> SBFileSpec |
source code
|
|
|
GetLine(self)
GetLine(SBDeclaration self) -> uint32_t |
source code
|
|
|
GetColumn(self)
GetColumn(SBDeclaration self) -> uint32_t |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBDeclaration self, SBStream description) -> bool |
source code
|
|
|
SetFileSpec(self,
*args)
SetFileSpec(SBDeclaration self, SBFileSpec filespec) |
source code
|
|
|
SetLine(self,
*args)
SetLine(SBDeclaration self, uint32_t line) |
source code
|
|
|
SetColumn(self,
*args)
SetColumn(SBDeclaration self, uint32_t column) |
source code
|
|
|
__str__(self)
__str__(SBDeclaration self) -> PyObject * |
source code
|
|
|
|
|
|