Searched refs:IsSetter (Results 1 – 1 of 1) sorted by relevance
574 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local577 unsigned DiagID = IsSetter ? diag::err_objc_expected_equal_for_setter : in ParseObjCPropertyAttribute()586 if (IsSetter) in ParseObjCPropertyAttribute()599 << IsSetter; in ParseObjCPropertyAttribute()604 if (IsSetter) { in ParseObjCPropertyAttribute()