Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DWatchpoint.h84 void SetDeclInfo(const std::string &str);
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp91 void Watchpoint::SetDeclInfo(const std::string &str) { m_decl_str = str; } in SetDeclInfo() function in Watchpoint
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectWatchpoint.cpp962 wp->SetDeclInfo(std::string(ss.GetString())); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp1462 watchpoint_sp->SetDeclInfo(std::string(ss.GetString())); in Watch()