Searched refs:IsRecordType (Results 1 – 5 of 5) sorted by relevance
53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType() function in StructuredData 220 bool should_indent = IsRecordType(item_sp); in GetDescription() 266 bool should_indent = IsRecordType(iter->second); in GetDescription()
224 bool IsRecordType() const;
579 static bool IsRecordType(const ObjectSP object_sp); in AddIntegerItem()
3049 if (!target_record_type.IsRecordType() || !start_record_type.IsRecordType()) in CastDerivedToBaseType()3119 if (!target_record_type.IsRecordType() || !start_record_type.IsRecordType()) in CastBaseToDerivedType()
409 bool CompilerType::IsRecordType() const { in IsRecordType() function in CompilerType