Home
last modified time | relevance | path

Searched refs:SetExpressionPathAtIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h310 bool SetExpressionPathAtIndex(size_t i, const char *path) { in SetExpressionPathAtIndex() function
311 return SetExpressionPathAtIndex(i, std::string(path)); in SetExpressionPathAtIndex()
316 bool SetExpressionPathAtIndex(size_t i, const std::string &path);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp101 return m_opaque_sp->SetExpressionPathAtIndex(i, item); in ReplaceExpressionPathAtIndex()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp37 bool TypeFilterImpl::SetExpressionPathAtIndex(size_t i, in SetExpressionPathAtIndex() function in TypeFilterImpl