Searched refs:startCollectionBuf (Results 1 – 2 of 2) sorted by relevance
1520 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1521 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1522 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1523 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1525 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1526 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1527 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1528 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1529 startCollectionBuf++; in RewriteObjCForCollectionStmt()1530 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]
1729 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local1730 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()1731 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()1732 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()1734 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()1735 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()1736 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()1737 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()1738 startCollectionBuf++; in RewriteObjCForCollectionStmt()1739 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()[all …]