Searched refs:startCollectionBuf (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1767 const char *startCollectionBuf = startBuf; local
1768 startCollectionBuf += 3; // skip 'for'
1769 startCollectionBuf = strchr(startCollectionBuf, '(');
1770 startCollectionBuf++; // skip '('
1772 while (*startCollectionBuf != ' ' ||
1773 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' ||
1774 (*(startCollectionBuf+3) != ' ' &&
1775 *(startCollectionBuf
[all...]
H A DRewriteObjC.cpp1528 const char *startCollectionBuf = startBuf; local
1529 startCollectionBuf += 3; // skip 'for'
1530 startCollectionBuf = strchr(startCollectionBuf, '(');
1531 startCollectionBuf++; // skip '('
1533 while (*startCollectionBuf != ' ' ||
1534 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' ||
1535 (*(startCollectionBuf+3) != ' ' &&
1536 *(startCollectionBuf
[all...]

Completed in 69 milliseconds