Searched refs:startCollectionBuf (Results 1 – 2 of 2) sorted by relevance
1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]
1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]