Searched refs:IsStructType (Results 1 – 7 of 7) sorted by relevance
171 if (IsTagged() || name_and_type_.type->IsStructType()) { in GetTypeString()
55 bool IsStructType() const { return kind() == Kind::kStructType; } in IsStructType() function57 bool IsAggregateType() const { return IsStructType() || IsClassType(); } in IsAggregateType()
516 if (!type->IsStructType() && !type->IsBitFieldStructType()) { in ComputeTypeForStructExpression()
484 ->IsStructType(); in DECLARE_DECLARABLE_BOILERPLATE()
744 if (field.index.has_value() && field.name_and_type.type->IsStructType()) { in GenerateAccessors()
3069 if (specialization_types[0]->IsStructType()) { in GenerateCall()4430 !field_type->IsStructType() && in GenerateFieldAccessors()
395 bool IsStructType(uint32_t index) { in IsStructType() function