HomeSort by relevance Sort by last modified time
    Searched defs:GetSyntheticChildAtOffset (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
ValueObjectConstResultChild.cpp 57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
ValueObjectConstResult.cpp 303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
ValueObjectConstResultImpl.cpp 149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create)
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);
ValueObject.cpp     [all...]

Completed in 436 milliseconds