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