Searched refs:IsSetter (Results 1 – 3 of 3) sorted by relevance
898 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local901 unsigned DiagID = IsSetter ? diag::err_objc_expected_equal_for_setter : in ParseObjCPropertyAttribute()910 if (IsSetter) in ParseObjCPropertyAttribute()922 << IsSetter; in ParseObjCPropertyAttribute()927 if (IsSetter) { in ParseObjCPropertyAttribute()
884 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local887 unsigned DiagID = IsSetter ? diag::err_objc_expected_equal_for_setter : in ParseObjCPropertyAttribute()896 if (IsSetter) in ParseObjCPropertyAttribute()908 << IsSetter; in ParseObjCPropertyAttribute()913 if (IsSetter) { in ParseObjCPropertyAttribute()
5748 bool IsGetter = false, IsSetter = false; in validateSwiftFunctionName() local5753 IsSetter = true; in validateSwiftFunctionName()5789 if (IsSubscript && !IsGetter && !IsSetter) { in validateSwiftFunctionName()5811 if (IsSetter) { in validateSwiftFunctionName()5872 if (IsGetter || IsSetter) { in validateSwiftFunctionName()5893 if (IsSetter) { in validateSwiftFunctionName()