Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFilter.cpp64 const char *SBTypeFilter::GetExpressionPathAtIndex(uint32_t i) { in GetExpressionPathAtIndex() function in SBTypeFilter
66 const char *item = m_opaque_sp->GetExpressionPathAtIndex(i); in GetExpressionPathAtIndex()
108 if (strcmp(GetExpressionPathAtIndex(j), rhs.GetExpressionPathAtIndex(j)) != in IsEqualTo()
140 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp59 const char *expr_cstr = filter->GetExpressionPathAtIndex(i); in GetIndexOfChildWithName()
82 sstr.Printf(" %s\n", GetExpressionPathAtIndex(i)); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFilter.h32 const char *GetExpressionPathAtIndex(uint32_t i);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h294 const char *GetExpressionPathAtIndex(size_t i) const { in GetExpressionPathAtIndex() function
323 filter->GetExpressionPathAtIndex(idx), true); in GetChildAtIndex()