Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h298 bool SetExpressionPathAtIndex(size_t i, const char *path) { in SetExpressionPathAtIndex() function
299 return SetExpressionPathAtIndex(i, std::string(path)); in SetExpressionPathAtIndex()
304 bool SetExpressionPathAtIndex(size_t i, const std::string &path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFilter.cpp76 return m_opaque_sp->SetExpressionPathAtIndex(i, item); in ReplaceExpressionPathAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp39 bool TypeFilterImpl::SetExpressionPathAtIndex(size_t i, in SetExpressionPathAtIndex() function in TypeFilterImpl