Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp873 bool IsSetter = II->getNameStart()[0] == 's'; in ParseObjCPropertyAttribute() local
876 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()