Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h85 void SetDeclInfo(const std::string &str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp80 void Watchpoint::SetDeclInfo(const std::string &str) { m_decl_str = str; } in SetDeclInfo() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp939 wp->SetDeclInfo(ss.GetString()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1548 watchpoint_sp->SetDeclInfo(ss.GetString()); in Watch()