Searched refs:IsSetter (Results 1 – 1 of 1) sorted by relevance
873 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local876 unsigned DiagID = IsSetter ? diag::err_objc_expected_equal_for_setter : in ParseObjCPropertyAttribute()885 if (IsSetter) in ParseObjCPropertyAttribute()897 << IsSetter; in ParseObjCPropertyAttribute()902 if (IsSetter) { in ParseObjCPropertyAttribute()