Home
last modified time | relevance | path

Searched refs:SetDeclInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h83 void SetDeclInfo(const std::string &str);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp181 void Watchpoint::SetDeclInfo(const std::string &str) { m_decl_str = str; } in SetDeclInfo() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp976 watch_sp->SetDeclInfo(std::string(ss.GetString())); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1467 watchpoint_sp->SetDeclInfo(std::string(ss.GetString())); in Watch()