Home
last modified time | relevance | path

Searched refs:WhichType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp67 TypeDiagSelector WhichType; in diagnoseBadTypeAttribute() local
70 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()