Searched refs:IsStructureTypeWithRSObject (Results 1 – 3 of 3) sorted by relevance
423 static bool IsStructureTypeWithRSObject(const clang::Type *T);
1031 bool RSExportPrimitiveType::IsStructureTypeWithRSObject(const clang::Type *T) { in IsStructureTypeWithRSObject() function in slang::RSExportPrimitiveType1085 RSObjectTypeSeen |= IsStructureTypeWithRSObject(FT); in IsStructureTypeWithRSObject()
1313 if (RSExportPrimitiveType::IsStructureTypeWithRSObject(T)) { in InitializeRSObject()