#include "lldb/Core/Declaration.h"
#include "lldb/Utility/Stream.h"
usingnamespacelldb_private;
void Declaration::Dump(Stream *s, bool show_fullpaths) const { … }
bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { … }
size_t Declaration::MemorySize() const { … }
int Declaration::Compare(const Declaration &a, const Declaration &b) { … }
bool Declaration::FileAndLineEqual(const Declaration &declaration) const { … }
bool lldb_private::operator==(const Declaration &lhs, const Declaration &rhs) { … }