Searched refs:GetNumFields (Results 1 – 14 of 14) sorted by relevance
50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
525 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType528 return m_type_system->GetNumFields(m_type); in GetNumFields()575 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
523 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
287 uint32_t GetNumFields() const;
297 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
115 EXPECT_EQ(1U, imported.GetNumFields()); in TEST_F()
552 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
579 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
691 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
928 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
377 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
777 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
5409 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang
1724 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()