Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpoint.h103 void SetDeclInfo (const std::string &str);
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpoint.cpp102 Watchpoint::SetDeclInfo (const std::string &str) in SetDeclInfo() function in Watchpoint
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp1091 wp->SetDeclInfo(ss.GetString()); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp1841 watchpoint_sp->SetDeclInfo(ss.GetString()); in Watch()