Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharedCluster.h42 auto this_sp = this->shared_from_this(); in GetSharedPointer() local
48 return {std::move(this_sp), desired_object}; in GetSharedPointer()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp680 lldb::StackFrameSP this_sp = GetFrameSP(); in IsEqual() local
682 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()