Searched refs:startCollectionBuf (Results 1 – 2 of 2) sorted by relevance
1521 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1522 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1523 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1524 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1526 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1527 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1528 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1529 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1530 startCollectionBuf++; in RewriteObjCForCollectionStmt()1531 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]
1732 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1733 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1734 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1735 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1737 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1738 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1739 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1740 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1741 startCollectionBuf++; in RewriteObjCForCollectionStmt()1742 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]