Searched refs:WhichType (Results 1 – 1 of 1) sorted by relevance
67 TypeDiagSelector WhichType; in diagnoseBadTypeAttribute() local70 case AttributeList::AT_ObjCGC: WhichType = TDS_Pointer; break; in diagnoseBadTypeAttribute()71 case AttributeList::AT_ObjCOwnership: WhichType = TDS_ObjCObjOrBlock; break; in diagnoseBadTypeAttribute()74 WhichType = TDS_Function; in diagnoseBadTypeAttribute()93 S.Diag(loc, diag::warn_type_attribute_wrong_type) << name << WhichType in diagnoseBadTypeAttribute()