Lines Matching refs:isStr
553 if (II->isStr("readonly")) in ParseObjCPropertyAttribute()
555 else if (II->isStr("assign")) in ParseObjCPropertyAttribute()
557 else if (II->isStr("unsafe_unretained")) in ParseObjCPropertyAttribute()
559 else if (II->isStr("readwrite")) in ParseObjCPropertyAttribute()
561 else if (II->isStr("retain")) in ParseObjCPropertyAttribute()
563 else if (II->isStr("strong")) in ParseObjCPropertyAttribute()
565 else if (II->isStr("copy")) in ParseObjCPropertyAttribute()
567 else if (II->isStr("nonatomic")) in ParseObjCPropertyAttribute()
569 else if (II->isStr("atomic")) in ParseObjCPropertyAttribute()
571 else if (II->isStr("weak")) in ParseObjCPropertyAttribute()
573 else if (II->isStr("getter") || II->isStr("setter")) { in ParseObjCPropertyAttribute()