Searched refs:m_block_struct_type (Results 1 – 1 of 1) sorted by relevance
34 : SyntheticChildrenFrontEnd(*valobj_sp), m_block_struct_type() { in BlockPointerSyntheticFrontEnd()69 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()80 return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr); in CalculateNumChildren()84 if (!m_block_struct_type.IsValid()) { in GetChildAtIndex()109 auto child_type_or_err = m_block_struct_type.GetChildCompilerTypeAtIndex( in GetChildAtIndex()121 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()151 if (!m_block_struct_type.IsValid()) in GetIndexOfChildWithName()155 return m_block_struct_type.GetIndexOfChildWithName(name.AsCString(), in GetIndexOfChildWithName()160 CompilerType m_block_struct_type; member in lldb_private::formatters::BlockPointerSyntheticFrontEnd