Lines Matching full:isstr
583 if (II->isStr("readonly"))
585 else if (II->isStr("assign"))
587 else if (II->isStr("unsafe_unretained"))
589 else if (II->isStr("readwrite"))
591 else if (II->isStr("retain"))
593 else if (II->isStr("strong"))
595 else if (II->isStr("copy"))
597 else if (II->isStr("nonatomic"))
599 else if (II->isStr("atomic"))
601 else if (II->isStr("weak"))
603 else if (II->isStr("getter") || II->isStr("setter")) {