Lines Matching refs:SBSymbolContextList
17 SBSymbolContextList::SBSymbolContextList () : in SBSymbolContextList() function in SBSymbolContextList
22 SBSymbolContextList::SBSymbolContextList (const SBSymbolContextList& rhs) : in SBSymbolContextList() function in SBSymbolContextList
27 SBSymbolContextList::~SBSymbolContextList () in ~SBSymbolContextList()
31 const SBSymbolContextList &
32 SBSymbolContextList::operator = (const SBSymbolContextList &rhs) in operator =()
42 SBSymbolContextList::GetSize() const in GetSize()
50 SBSymbolContextList::GetContextAtIndex (uint32_t idx) in GetContextAtIndex()
65 SBSymbolContextList::Clear() in Clear()
72 SBSymbolContextList::Append(SBSymbolContext &sc) in Append()
79 SBSymbolContextList::Append(SBSymbolContextList &sc_list) in Append()
87 SBSymbolContextList::IsValid () const in IsValid()
95 SBSymbolContextList::operator->() const in operator ->()
102 SBSymbolContextList::operator*() const in operator *()
109 SBSymbolContextList::GetDescription (lldb::SBStream &description) in GetDescription()