Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeSynthetic.h297 bool SetExpressionPathAtIndex(size_t i, const char *path) { in SetExpressionPathAtIndex() function
298 return SetExpressionPathAtIndex(i, std::string(path)); in SetExpressionPathAtIndex()
303 bool SetExpressionPathAtIndex(size_t i, const std::string &path);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeSynthetic.cpp38 bool TypeFilterImpl::SetExpressionPathAtIndex(size_t i, in SetExpressionPathAtIndex() function in TypeFilterImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeFilter.cpp109 return m_opaque_sp->SetExpressionPathAtIndex(i, item); in ReplaceExpressionPathAtIndex()