Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp85 const char *SBTypeFilter::GetExpressionPathAtIndex(uint32_t i) { in GetExpressionPathAtIndex() function in SBTypeFilter
91 const char *item = m_opaque_sp->GetExpressionPathAtIndex(i); in GetExpressionPathAtIndex()
141 if (strcmp(GetExpressionPathAtIndex(j), rhs.GetExpressionPathAtIndex(j)) != in IsEqualTo()
175 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp57 const char *expr_cstr = filter->GetExpressionPathAtIndex(i); in GetIndexOfChildWithName()
80 sstr.Printf(" %s\n", GetExpressionPathAtIndex(i)); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h33 const char *GetExpressionPathAtIndex(uint32_t i);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h306 const char *GetExpressionPathAtIndex(size_t i) const { in GetExpressionPathAtIndex() function
337 filter->GetExpressionPathAtIndex(idx), true); in GetChildAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71772 result = (char *)(arg1)->GetExpressionPathAtIndex(arg2); in _wrap_SBTypeFilter_GetExpressionPathAtIndex()