Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp898 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local
901 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()