Searched refs:GetNumFields (Results 1 – 13 of 13) sorted by relevance
52 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
505 if (base_type.GetNumFields() > 0 || in GetNumberOfNonEmptyBaseClasses()827 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType830 return type_system_sp->GetNumFields(m_type); in GetNumFields()889 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
505 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
414 uint32_t GetNumFields() const;
336 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
554 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
581 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
482 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
930 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
690 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
1724 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
868 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
5597 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang