Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFilter.cpp85 const char *SBTypeFilter::GetExpressionPathAtIndex(uint32_t i) { in GetExpressionPathAtIndex() function in SBTypeFilter
89 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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeFilter.i38 GetExpressionPathAtIndex (uint32_t i);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeFilter.h33 const char *GetExpressionPathAtIndex(uint32_t i);
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h299 const char *GetExpressionPathAtIndex(size_t i) const { in GetExpressionPathAtIndex() function
328 filter->GetExpressionPathAtIndex(idx), true); in GetChildAtIndex()
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py250 chosen.GetExpressionPathAtIndex(0), 'C',
253 chosen.GetExpressionPathAtIndex(1), 'F',