Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeFilter.cpp90 SBTypeFilter::GetExpressionPathAtIndex (uint32_t i) in GetExpressionPathAtIndex() function in SBTypeFilter
94 const char* item = m_opaque_sp->GetExpressionPathAtIndex(i); in GetExpressionPathAtIndex()
149 if ( strcmp(GetExpressionPathAtIndex(j),rhs.GetExpressionPathAtIndex(j)) != 0) in IsEqualTo()
194 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSynthetic.h319 GetExpressionPathAtIndex(size_t i) const in GetExpressionPathAtIndex() function
400 … return m_backend.GetSyntheticExpressionPathChild(filter->GetExpressionPathAtIndex(idx), true); in GetChildAtIndex()
418 const char* expr_cstr = filter->GetExpressionPathAtIndex(i); in GetIndexOfChildWithName()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeFilter.h36 GetExpressionPathAtIndex (uint32_t i);
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSynthetic.cpp45 GetExpressionPathAtIndex(i)); in GetDescription()