Lines Matching refs:isStr
877 if (II->isStr("readonly")) in ParseObjCPropertyAttribute()
879 else if (II->isStr("assign")) in ParseObjCPropertyAttribute()
881 else if (II->isStr("unsafe_unretained")) in ParseObjCPropertyAttribute()
883 else if (II->isStr("readwrite")) in ParseObjCPropertyAttribute()
885 else if (II->isStr("retain")) in ParseObjCPropertyAttribute()
887 else if (II->isStr("strong")) in ParseObjCPropertyAttribute()
889 else if (II->isStr("copy")) in ParseObjCPropertyAttribute()
891 else if (II->isStr("nonatomic")) in ParseObjCPropertyAttribute()
893 else if (II->isStr("atomic")) in ParseObjCPropertyAttribute()
895 else if (II->isStr("weak")) in ParseObjCPropertyAttribute()
897 else if (II->isStr("getter") || II->isStr("setter")) { in ParseObjCPropertyAttribute()
940 } else if (II->isStr("nonnull")) { in ParseObjCPropertyAttribute()
947 } else if (II->isStr("nullable")) { in ParseObjCPropertyAttribute()
954 } else if (II->isStr("null_unspecified")) { in ParseObjCPropertyAttribute()
961 } else if (II->isStr("null_resettable")) { in ParseObjCPropertyAttribute()
971 } else if (II->isStr("class")) { in ParseObjCPropertyAttribute()
2409 if (II->isStr("class")) { in ParseObjCPropertyDynamic()