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/
H A DWatchpoint.h84 void SetDeclInfo(const std::string &str);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A 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/
H A DCommandObjectWatchpoint.cpp962 wp->SetDeclInfo(std::string(ss.GetString())); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1462 watchpoint_sp->SetDeclInfo(std::string(ss.GetString())); in Watch()