Lines Matching refs:isStr
917 if (II->isStr("readonly")) in ParseObjCPropertyAttribute()
919 else if (II->isStr("assign")) in ParseObjCPropertyAttribute()
921 else if (II->isStr("unsafe_unretained")) in ParseObjCPropertyAttribute()
923 else if (II->isStr("readwrite")) in ParseObjCPropertyAttribute()
925 else if (II->isStr("retain")) in ParseObjCPropertyAttribute()
927 else if (II->isStr("strong")) in ParseObjCPropertyAttribute()
929 else if (II->isStr("copy")) in ParseObjCPropertyAttribute()
931 else if (II->isStr("nonatomic")) in ParseObjCPropertyAttribute()
933 else if (II->isStr("atomic")) in ParseObjCPropertyAttribute()
935 else if (II->isStr("weak")) in ParseObjCPropertyAttribute()
937 else if (II->isStr("getter") || II->isStr("setter")) { in ParseObjCPropertyAttribute()
983 } else if (II->isStr("nonnull")) { in ParseObjCPropertyAttribute()
990 } else if (II->isStr("nullable")) { in ParseObjCPropertyAttribute()
997 } else if (II->isStr("null_unspecified")) { in ParseObjCPropertyAttribute()
1004 } else if (II->isStr("null_resettable")) { in ParseObjCPropertyAttribute()
1014 } else if (II->isStr("class")) { in ParseObjCPropertyAttribute()
1016 } else if (II->isStr("direct")) { in ParseObjCPropertyAttribute()
2445 if (II->isStr("class")) { in ParseObjCPropertyDynamic()