Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp54 explicit operator bool() { return GetEntry() && !null(); } in operator bool()
56 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anon1be7be510111::ListEntry
75 ValueObjectSP value() { return m_entry.GetEntry(); } in value()
79 return m_entry.GetEntry(); in advance()
82 return m_entry.GetEntry(); in advance()
90 return m_entry.GetEntry(); in advance()
H A DLibCxxMap.cpp91 ValueObjectSP GetEntry() const { return m_entry_sp; } in GetEntry() function in MapEntry
110 ValueObjectSP value() { return m_entry.GetEntry(); } in value()
123 return m_entry.GetEntry(); in advance()