Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp90 const char *SBTypeFilter::GetExpressionPathAtIndex(uint32_t i) { in GetExpressionPathAtIndex() function in SBTypeFilter
91 LLDB_RECORD_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex, in GetExpressionPathAtIndex()
95 const char *item = m_opaque_sp->GetExpressionPathAtIndex(i); in GetExpressionPathAtIndex()
152 if (strcmp(GetExpressionPathAtIndex(j), rhs.GetExpressionPathAtIndex(j)) != in IsEqualTo()
187 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
211 LLDB_REGISTER_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex, in RegisterMethods()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilter.i38 GetExpressionPathAtIndex (uint32_t i);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h33 const char *GetExpressionPathAtIndex(uint32_t i);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61945 result = (char *)(arg1)->GetExpressionPathAtIndex(arg2); in _wrap_SBTypeFilter_GetExpressionPathAtIndex()