Specifies an association with a line and column for a variable.
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBDeclaration self) -> SBDeclaration
__init__(lldb::SBDeclaration self, SBDeclaration rhs) ->
SBDeclaration |
source code
|
|
|
__swig_destroy__(...)
delete_SBDeclaration(SBDeclaration self) |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|