Home | History | Annotate | Download | only in Parse

Lines Matching full:isstr

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