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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1735 const char *startCollectionBuf = startBuf; local
1736 startCollectionBuf += 3; // skip 'for'
1737 startCollectionBuf = strchr(startCollectionBuf, '(');
1738 startCollectionBuf++; // skip '('
1740 while (*startCollectionBuf != ' ' ||
1741 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' ||
1742 (*(startCollectionBuf+3) != ' ' &&
1743 *(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 280 milliseconds