Home
last modified time | relevance | path

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

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