Searched defs:GetSyntheticChildAtOffset (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Core/
H A DValueObjectConstResultChild.cpp57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResultChild
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectConstResultImpl.cpp149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResultImpl
155 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
160 return DerefOnTarget()->GetSyntheticChildAtOffset(offset, type, can_create);
162 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectConstResult.cpp303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResult
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObject.cpp2124 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObject

Completed in 950 milliseconds