Lines Matching refs:isStr
863 if (II->isStr("readonly")) in ParseObjCPropertyAttribute()
865 else if (II->isStr("assign")) in ParseObjCPropertyAttribute()
867 else if (II->isStr("unsafe_unretained")) in ParseObjCPropertyAttribute()
869 else if (II->isStr("readwrite")) in ParseObjCPropertyAttribute()
871 else if (II->isStr("retain")) in ParseObjCPropertyAttribute()
873 else if (II->isStr("strong")) in ParseObjCPropertyAttribute()
875 else if (II->isStr("copy")) in ParseObjCPropertyAttribute()
877 else if (II->isStr("nonatomic")) in ParseObjCPropertyAttribute()
879 else if (II->isStr("atomic")) in ParseObjCPropertyAttribute()
881 else if (II->isStr("weak")) in ParseObjCPropertyAttribute()
883 else if (II->isStr("getter") || II->isStr("setter")) { in ParseObjCPropertyAttribute()
926 } else if (II->isStr("nonnull")) { in ParseObjCPropertyAttribute()
933 } else if (II->isStr("nullable")) { in ParseObjCPropertyAttribute()
940 } else if (II->isStr("null_unspecified")) { in ParseObjCPropertyAttribute()
947 } else if (II->isStr("null_resettable")) { in ParseObjCPropertyAttribute()
957 } else if (II->isStr("class")) { in ParseObjCPropertyAttribute()
959 } else if (II->isStr("direct")) { in ParseObjCPropertyAttribute()
2378 if (II->isStr("class")) { in ParseObjCPropertyDynamic()