Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h84 void SetDeclInfo(const std::string &str);
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp88 void Watchpoint::SetDeclInfo(const std::string &str) { m_decl_str = str; } in SetDeclInfo() function in Watchpoint
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp987 wp->SetDeclInfo(std::string(ss.GetString())); in DoExecute()
/external/llvm-project/lldb/source/API/
DSBValue.cpp1496 watchpoint_sp->SetDeclInfo(std::string(ss.GetString())); in Watch()