Home | History | Annotate | Download | only in Parse

Lines Matching refs:isStr

570     if (II->isStr("readonly"))
572 else if (II->isStr("assign"))
574 else if (II->isStr("unsafe_unretained"))
576 else if (II->isStr("readwrite"))
578 else if (II->isStr("retain"))
580 else if (II->isStr("strong"))
582 else if (II->isStr("copy"))
584 else if (II->isStr("nonatomic"))
586 else if (II->isStr("atomic"))
588 else if (II->isStr("weak"))
590 else if (II->isStr("getter") || II->isStr("setter")) {